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

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

Issue 11188012: gesture recognizer: Remove the touch-event queue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 8 years, 2 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.cc ('k') | ui/base/events/event_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event_constants.h
diff --git a/ui/base/events/event_constants.h b/ui/base/events/event_constants.h
index bd966eafb0e759105fafea173558f750a3c2232e..4a3f592355090451eb7ea7d84e441ba7ced2ad97 100644
--- a/ui/base/events/event_constants.h
+++ b/ui/base/events/event_constants.h
@@ -104,8 +104,6 @@ enum EventResult {
// still be propagated to other handlers.
ER_CONSUMED = 1 << 1, // The event has been handled, and it should not be
// propagated to other handlers.
- ER_ASYNC = 1 << 2, // The event will be processed asynchronously. The
- // event can still be propagated to other handlers.
};
// Phase of the event dispatch.
« no previous file with comments | « ui/base/events/event.cc ('k') | ui/base/events/event_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698