Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Unified Diff: ui/views/controls/menu/menu_host_root_view.h

Issue 552503003: Introduce EventProcessor::OnEventProcessingStarted() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sadrul comments addressed Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/test/test_event_processor.cc ('k') | ui/views/controls/menu/menu_host_root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_host_root_view.h
diff --git a/ui/views/controls/menu/menu_host_root_view.h b/ui/views/controls/menu/menu_host_root_view.h
index 640ff6c882d05c300f45262bdad447845424e1f5..4031decef2be7975254b4190ab62651707b85b29 100644
--- a/ui/views/controls/menu/menu_host_root_view.h
+++ b/ui/views/controls/menu/menu_host_root_view.h
@@ -33,7 +33,7 @@ class MenuHostRootView : public internal::RootView {
private:
// ui::EventProcessor:
- virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
+ virtual void OnEventProcessingFinished(ui::Event* event) OVERRIDE;
// Returns the MenuController for this MenuHostRootView.
MenuController* GetMenuController();
« no previous file with comments | « ui/events/test/test_event_processor.cc ('k') | ui/views/controls/menu/menu_host_root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698