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

Unified Diff: ui/touch_selection/selection_event_type.h

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed incorrect rebase Created 3 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 49a3a5f2eb8b143b5ac14cb432b6ae5e09a73acd..ede8e8de8a7c72c08815695624e133e99f36a8a4 100644
--- a/ui/touch_selection/selection_event_type.h
+++ b/ui/touch_selection/selection_event_type.h
@@ -24,8 +24,6 @@ enum SelectionEventType {
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