You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built jcef in OS X Mavericks against cef 2171.1979 (macosx64) and got the
following compile errors in XCode:
/build/cef/jcef/src/native/render_handler.h:36:16: 'OnCursorChange' marked
'override' but does not override any member functions
/build/cef/jcef/src/native/render_handler.h:36:16:
'RenderHandler::OnCursorChange' hides overloaded virtual function
AFAICT, the signature is wrong for OnCursorChange. It should be:
CefRefPtr<CefBrowser> browser, CefCursorHandle cursor, CursorType type, const
CefCursorInfo& custom_cursor_info
Original issue reported on code.google.com by david.g.hoyt on 27 Jan 2015 at 2:25
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
david.g.hoyt
on 27 Jan 2015 at 2:25The text was updated successfully, but these errors were encountered: