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

Unified Diff: ui/views/widget/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/views/controls/menu/menu_host_root_view.cc ('k') | ui/views/widget/root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/root_view.h
diff --git a/ui/views/widget/root_view.h b/ui/views/widget/root_view.h
index 2a2a01126c0c8cdb261af3a03ad63794a49e3f8e..df01aea3d3af6e1c9fc2348d738973bb8588d12c 100644
--- a/ui/views/widget/root_view.h
+++ b/ui/views/widget/root_view.h
@@ -93,7 +93,7 @@ class VIEWS_EXPORT RootView : public View,
// Overridden from ui::EventProcessor:
virtual ui::EventTarget* GetRootTarget() OVERRIDE;
- virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
+ virtual void OnEventProcessingStarted(ui::Event* event) OVERRIDE;
virtual void OnEventProcessingFinished(ui::Event* event) OVERRIDE;
// Overridden from View:
« no previous file with comments | « ui/views/controls/menu/menu_host_root_view.cc ('k') | ui/views/widget/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698