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

Unified Diff: ui/touch_selection/touch_handle_orientation.h

Issue 481683003: Support for Adaptive Handle Orientation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial patchset Created 5 years, 9 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/touch_handle_orientation.h
diff --git a/ui/touch_selection/touch_handle_orientation.h b/ui/touch_selection/touch_handle_orientation.h
index e76e73e9e69ac2d3e888fd983bcee97ee18d6934..9e4626e3d820981aa8bc77a662c9b0c36bfdea5f 100644
--- a/ui/touch_selection/touch_handle_orientation.h
+++ b/ui/touch_selection/touch_handle_orientation.h
@@ -16,6 +16,13 @@ enum class TouchHandleOrientation {
LEFT,
CENTER,
RIGHT,
+ LEFT_INVERTED,
+ LEFT_FLIPPED,
+ LEFT_FLIPPED_INVERTED,
+ RIGHT_INVERTED,
+ RIGHT_FLIPPED,
+ RIGHT_FLIPPED_INVERTED,
+ CENTER_INVERTED,
UNDEFINED,
};

Powered by Google App Engine
This is Rietveld 408576698