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

Unified Diff: ui/touch_selection/selection_event_type.h

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed overrides in TouchHandleDrawableAura Created 5 years, 11 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 9525362dab3c70095c85a1a2646a7937414eb547..ab95ba8c426b518205f80d213cd2d1b94255491b 100644
--- a/ui/touch_selection/selection_event_type.h
+++ b/ui/touch_selection/selection_event_type.h
@@ -22,6 +22,7 @@ enum SelectionEventType {
INSERTION_TAPPED,
INSERTION_CLEARED,
INSERTION_DRAG_STARTED,
+ INSERTION_DRAG_STOPPED,
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698