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

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

Issue 10912063: events: Get rid of GestureStatus in favour of EventResult. (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.h ('k') | ui/views/color_chooser/color_chooser_view.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 96ea5bd1ed8f45086a57b272947a81e0152df3bb..74115364accce28a77bae363b3eb7883191d7c55 100644
--- a/ui/base/events/event_handler.h
+++ b/ui/base/events/event_handler.h
@@ -20,15 +20,6 @@ class TouchEvent;
class EventTarget;
-enum EventResult {
- ER_UNHANDLED = 0, // The event hasn't been handled. The event can be
- // propagated to other handlers.
- ER_HANDLED, // The event has already been handled, but it can still be
- // propagated to other handlers.
- ER_CONSUMED, // The event has been handled, and it should not be
- // propagated to other handlers.
-};
-
// Dispatches events to appropriate targets.
class UI_EXPORT EventHandler {
public:
« no previous file with comments | « ui/base/events.h ('k') | ui/views/color_chooser/color_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698