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

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

Issue 10964051: events: Clean up dispatching code for touch-events. (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/base/events/event_dispatcher_unittest.cc ('k') | ui/base/events/event_target.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event_handler.h
diff --git a/ui/base/events/event_handler.h b/ui/base/events/event_handler.h
index 3e2e9c52405dcc8bbb3d6128f9af6fb7eb3768d6..84e6b6e2b9b6bd4adcae2e72406b72f7bd2efe93 100644
--- a/ui/base/events/event_handler.h
+++ b/ui/base/events/event_handler.h
@@ -32,7 +32,7 @@ class UI_EXPORT EventHandler {
virtual EventResult OnScrollEvent(ScrollEvent* event) = 0;
- virtual TouchStatus OnTouchEvent(TouchEvent* event) = 0;
+ virtual EventResult OnTouchEvent(TouchEvent* event) = 0;
virtual EventResult OnGestureEvent(GestureEvent* event) = 0;
};
« no previous file with comments | « ui/base/events/event_dispatcher_unittest.cc ('k') | ui/base/events/event_target.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698