mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-25 00:17:41 +01:00
cefclient: Don't specify virtual
in combination with OVERRIDE
since it's redundant (issue #1500).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1987 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
7a0b40e8c9
commit
986e6fb939
@ -93,8 +93,7 @@ class ClientHandler : public CefClient,
|
|||||||
}
|
}
|
||||||
bool OnProcessMessageReceived(CefRefPtr<CefBrowser> browser,
|
bool OnProcessMessageReceived(CefRefPtr<CefBrowser> browser,
|
||||||
CefProcessId source_process,
|
CefProcessId source_process,
|
||||||
CefRefPtr<CefProcessMessage> message)
|
CefRefPtr<CefProcessMessage> message) OVERRIDE;
|
||||||
OVERRIDE;
|
|
||||||
|
|
||||||
// CefContextMenuHandler methods
|
// CefContextMenuHandler methods
|
||||||
void OnBeforeContextMenu(CefRefPtr<CefBrowser> browser,
|
void OnBeforeContextMenu(CefRefPtr<CefBrowser> browser,
|
||||||
@ -246,8 +245,7 @@ class ClientHandler : public CefClient,
|
|||||||
CefRenderHandler::DragOperationsMask allowed_ops,
|
CefRenderHandler::DragOperationsMask allowed_ops,
|
||||||
int x, int y) OVERRIDE;
|
int x, int y) OVERRIDE;
|
||||||
void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
void UpdateDragCursor(CefRefPtr<CefBrowser> browser,
|
||||||
CefRenderHandler::DragOperation operation)
|
CefRenderHandler::DragOperation operation) OVERRIDE;
|
||||||
OVERRIDE;
|
|
||||||
|
|
||||||
void SetMainWindowHandle(ClientWindowHandle handle);
|
void SetMainWindowHandle(ClientWindowHandle handle);
|
||||||
ClientWindowHandle GetMainWindowHandle() const;
|
ClientWindowHandle GetMainWindowHandle() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user