mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02: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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user