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

Unified Diff: content/browser/renderer_host/input/touch_handle.h

Issue 481683003: Support for Adaptive Handle Orientation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some more cleaning up Created 6 years, 4 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: content/browser/renderer_host/input/touch_handle.h
diff --git a/content/browser/renderer_host/input/touch_handle.h b/content/browser/renderer_host/input/touch_handle.h
index c78a5b952a72e8c4f84300b316858424e02c110e..38270c5f3afac9d0b26eb188429757c2c9a144c1 100644
--- a/content/browser/renderer_host/input/touch_handle.h
+++ b/content/browser/renderer_host/input/touch_handle.h
@@ -22,6 +22,13 @@ enum TouchHandleOrientation {
TOUCH_HANDLE_LEFT,
TOUCH_HANDLE_CENTER,
TOUCH_HANDLE_RIGHT,
+ TOUCH_HANDLE_LEFT_INVERTED,
jdduke (slow) 2014/08/20 15:15:01 I don't think we should add these until we actuall
+ TOUCH_HANDLE_RIGHT_INVERTED,
+ TOUCH_HANDLE_LEFT_FLIPPED,
+ TOUCH_HANDLE_RIGHT_FLIPPED,
+ TOUCH_HANDLE_LEFT_FLIPPED_INVERTED,
+ TOUCH_HANDLE_RIGHT_FLIPPED_INVERTED,
+ TOUCH_HANDLE_CENTER_INVERTED,
TOUCH_HANDLE_ORIENTATION_UNDEFINED,
};

Powered by Google App Engine
This is Rietveld 408576698