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

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

Issue 11299285: events: Dispatch all events through EventHandler::OnEvent from the dispatcher. (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
diff --git a/ui/base/events/event_dispatcher.h b/ui/base/events/event_dispatcher.h
index 42d208c474b1706f1e95ffff09385fa1aa841134..4177848107be088bd419cec4c21b438984d338ec 100644
--- a/ui/base/events/event_dispatcher.h
+++ b/ui/base/events/event_dispatcher.h
@@ -115,16 +115,6 @@ class UI_EXPORT EventDispatcher {
}
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