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

Unified Diff: ui/touch_selection/selection_event_type.h

Issue 1046783002: wip: Aura-specific implementation of unified touch selection: touch_selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving the responsibility for showing the menu into the client. Created 5 years, 8 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/touch_selection/run_all_unittests.cc ('k') | ui/touch_selection/touch_handle_drawable_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ab95ba8c426b518205f80d213cd2d1b94255491b..bbcc48cc499e16b4d427a07efb88052c24358ac4 100644
--- a/ui/touch_selection/selection_event_type.h
+++ b/ui/touch_selection/selection_event_type.h
@@ -14,6 +14,7 @@ namespace ui {
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.touch_selection
enum SelectionEventType {
SELECTION_SHOWN,
+ SELECTION_MOVED,
SELECTION_CLEARED,
SELECTION_DRAG_STARTED,
SELECTION_DRAG_STOPPED,
@@ -23,6 +24,14 @@ enum SelectionEventType {
INSERTION_CLEARED,
INSERTION_DRAG_STARTED,
INSERTION_DRAG_STOPPED,
+ NATIVE_VIEW_OVERSCROLL_STARTED,
+ NATIVE_VIEW_OVERSCROLL_STOPPED,
+};
+
+enum SelectionScrollState {
+ NONE,
+ SCROLLING,
+ OVERSCROLLING
};
} // namespace ui
« no previous file with comments | « ui/touch_selection/run_all_unittests.cc ('k') | ui/touch_selection/touch_handle_drawable_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698