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

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

Issue 11280290: events: Change gesture-event handler in EventHandler to not return any values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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_handler.cc » ('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 405c65d3bc0fc9cad68e08a487bfd29e664a1e4f..36e585374f7603d4d9b8ed2f2413a9e6351729ca 100644
--- a/ui/base/events/event_handler.h
+++ b/ui/base/events/event_handler.h
@@ -42,7 +42,7 @@ class UI_EXPORT EventHandler {
virtual EventResult OnTouchEvent(TouchEvent* event);
- virtual EventResult OnGestureEvent(GestureEvent* event);
+ virtual void OnGestureEvent(GestureEvent* event);
};
typedef std::vector<EventHandler*> EventHandlerList;
« no previous file with comments | « ui/base/events/event_dispatcher_unittest.cc ('k') | ui/base/events/event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698