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:
@@ -325,6 +325,9 @@ void ClientHandler::OnBeforeContextMenu(
|
||||
// Test context menu features.
|
||||
BuildTestMenu(model);
|
||||
}
|
||||
|
||||
if (delegate_)
|
||||
delegate_->OnBeforeContextMenu(model);
|
||||
}
|
||||
|
||||
bool ClientHandler::OnContextMenuCommand(
|
||||
|
Reference in New Issue
Block a user