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

Unified Diff: ui/aura/root_window.cc

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 | « ui/aura/root_window.h ('k') | ui/base/events/event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index ac8e7bdc408f60240005d7d28c11c32faa02d51d..b44deffaff4cf0c36a98018193da686631ac3fe5 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -809,12 +809,6 @@ bool RootWindow::CanDispatchToTarget(ui::EventTarget* target) {
return event_dispatch_target_ == target;
}
-void RootWindow::ProcessPreTargetList(ui::EventHandlerList* list) {
-}
-
-void RootWindow::ProcessPostTargetList(ui::EventHandlerList* list) {
-}
-
bool RootWindow::DispatchLongPressGestureEvent(ui::GestureEvent* event) {
return DispatchGestureEvent(event);
}
« no previous file with comments | « ui/aura/root_window.h ('k') | ui/base/events/event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698