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

Unified Diff: content/browser/renderer_host/input/selection_event_type_list.h

Issue 469483002: [Android] Route selection event updates to ContentViewClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 6 years, 4 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 | « no previous file | content/browser/renderer_host/input/touch_selection_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/selection_event_type_list.h
diff --git a/content/browser/renderer_host/input/selection_event_type_list.h b/content/browser/renderer_host/input/selection_event_type_list.h
index 307c4b055ef0c38b214fc349774995c6778485eb..b4f3852a999155067a21392599e65171cc1d2d97 100644
--- a/content/browser/renderer_host/input/selection_event_type_list.h
+++ b/content/browser/renderer_host/input/selection_event_type_list.h
@@ -14,8 +14,10 @@
DEFINE_SELECTION_EVENT_TYPE(SELECTION_SHOWN, 0)
DEFINE_SELECTION_EVENT_TYPE(SELECTION_CLEARED, 1)
-DEFINE_SELECTION_EVENT_TYPE(INSERTION_SHOWN, 2)
-DEFINE_SELECTION_EVENT_TYPE(INSERTION_MOVED, 3)
-DEFINE_SELECTION_EVENT_TYPE(INSERTION_TAPPED, 4)
-DEFINE_SELECTION_EVENT_TYPE(INSERTION_CLEARED, 5)
-DEFINE_SELECTION_EVENT_TYPE(INSERTION_DRAG_STARTED, 6)
+DEFINE_SELECTION_EVENT_TYPE(SELECTION_DRAG_STARTED, 2)
+DEFINE_SELECTION_EVENT_TYPE(SELECTION_DRAG_STOPPED, 3)
+DEFINE_SELECTION_EVENT_TYPE(INSERTION_SHOWN, 4)
+DEFINE_SELECTION_EVENT_TYPE(INSERTION_MOVED, 5)
+DEFINE_SELECTION_EVENT_TYPE(INSERTION_TAPPED, 6)
+DEFINE_SELECTION_EVENT_TYPE(INSERTION_CLEARED, 7)
+DEFINE_SELECTION_EVENT_TYPE(INSERTION_DRAG_STARTED, 8)
« no previous file with comments | « no previous file | content/browser/renderer_host/input/touch_selection_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698