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

Unified Diff: ui/aura/root_window.h

Issue 10956045: events: Cleanup the EventDispatcher API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index d8b5a73dc639c59984601ecf9b196fe49ac4670e..0f56aad40bbcabc6d631fa51dcb6185d0dc8963b 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -310,8 +310,6 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Overridden from ui::EventDispatcher.
virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE;
- virtual void ProcessPreTargetList(ui::EventHandlerList* list) OVERRIDE;
- virtual void ProcessPostTargetList(ui::EventHandlerList* list) OVERRIDE;
// Overridden from ui::GestureEventHelper.
virtual bool DispatchLongPressGestureEvent(ui::GestureEvent* event) OVERRIDE;
« no previous file with comments | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698