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

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: NOTREACHED in test failure 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
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();

Powered by Google App Engine
This is Rietveld 408576698