yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Compile error in render_handler #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/151

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 6:02