fix: [UI] Resolve method conflict between MenuModel, SimpleMenuModel::Delegate

1230581
This commit is contained in:
deepak1556 2018-10-25 20:26:59 +05:30
parent 2eedcde914
commit 535d264497
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ void Menu::ExecuteCommand(int command_id, int flags) {
command_id);
}
void Menu::MenuWillShow(ui::SimpleMenuModel* source) {
void Menu::OnMenuWillShow(ui::SimpleMenuModel* source) {
v8::Locker locker(isolate());
v8::HandleScope handle_scope(isolate());
menu_will_show_.Run(GetWrapper());