mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
views: Support styling of menus (issue #2102)
This commit is contained in:
@@ -74,6 +74,7 @@ class RootWindowViews : public RootWindow,
|
||||
void OnSetDraggableRegions(
|
||||
const std::vector<CefDraggableRegion>& regions) OVERRIDE;
|
||||
void OnTakeFocus(bool next) OVERRIDE;
|
||||
void OnBeforeContextMenu(CefRefPtr<CefMenuModel> model) OVERRIDE;
|
||||
|
||||
private:
|
||||
void CreateClientHandler(const std::string& url);
|
||||
|
Reference in New Issue
Block a user