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

Unified Diff: ui/base/events/event_dispatcher.h

Issue 11414283: Revert 170641 because it broke mac-debug build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/base/events/event.h ('k') | ui/base/events/event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event_dispatcher.h
===================================================================
--- ui/base/events/event_dispatcher.h (revision 170644)
+++ ui/base/events/event_dispatcher.h (working copy)
@@ -115,6 +115,16 @@
}
EventResult DispatchEventToSingleHandler(EventHandler* handler, Event* event);
+ EventResult DispatchEventToSingleHandler(EventHandler* handler,
+ KeyEvent* event);
+ EventResult DispatchEventToSingleHandler(EventHandler* handler,
+ MouseEvent* event);
+ EventResult DispatchEventToSingleHandler(EventHandler* handler,
+ ScrollEvent* event);
+ EventResult DispatchEventToSingleHandler(EventHandler* handler,
+ TouchEvent* event);
+ EventResult DispatchEventToSingleHandler(EventHandler* handler,
+ GestureEvent* event);
// This is used to track whether the dispatcher has been destroyed in the
// middle of dispatching an event.
« no previous file with comments | « ui/base/events/event.h ('k') | ui/base/events/event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698