Skip to content

Compile error in render_handler #151

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions