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

Unified Diff: ui/touch_selection/selection_event_type.h

Issue 1239583003: Update touch selection notification names, add ESTABLISHED. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed boolean member to track SELECTION_ESTABLISHED instead of DISSOLVED. Created 5 years, 5 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
Index: ui/touch_selection/selection_event_type.h
diff --git a/ui/touch_selection/selection_event_type.h b/ui/touch_selection/selection_event_type.h
index 9de63f902fc2b31c5eed87a605acd36bb51960dc..49a3a5f2eb8b143b5ac14cb432b6ae5e09a73acd 100644
--- a/ui/touch_selection/selection_event_type.h
+++ b/ui/touch_selection/selection_event_type.h
@@ -13,17 +13,19 @@ namespace ui {
// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.touch_selection
enum SelectionEventType {
- SELECTION_SHOWN,
- SELECTION_MOVED,
- SELECTION_CLEARED,
- SELECTION_DRAG_STARTED,
- SELECTION_DRAG_STOPPED,
- INSERTION_SHOWN,
- INSERTION_MOVED,
- INSERTION_TAPPED,
- INSERTION_CLEARED,
- INSERTION_DRAG_STARTED,
- INSERTION_DRAG_STOPPED,
+ SELECTION_HANDLES_SHOWN,
+ SELECTION_HANDLES_MOVED,
+ SELECTION_HANDLES_CLEARED,
+ SELECTION_HANDLE_DRAG_STARTED,
+ SELECTION_HANDLE_DRAG_STOPPED,
+ INSERTION_HANDLE_SHOWN,
+ INSERTION_HANDLE_MOVED,
+ INSERTION_HANDLE_TAPPED,
+ INSERTION_HANDLE_CLEARED,
+ INSERTION_HANDLE_DRAG_STARTED,
+ INSERTION_HANDLE_DRAG_STOPPED,
+ SELECTION_ESTABLISHED,
+ SELECTION_DISSOLVED
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698