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
Original issue reported on code.google.com by
david.g.hoyt
on 27 Jan 2015 at 2:25