Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 8c2ee722f490cd764acc356534e4968a00bfa01d..7608c12e5c17171824167b42f05fcc44ca26226a 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -933,6 +933,11 @@ const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock"; |
// WebRTC is enabled by default on Android. |
const char kDisableWebRTC[] = "disable-webrtc"; |
+// Enable inverting of selection handles so that they are not clipped by the |
+// viewport boundaries. |
+const char kEnableAdaptiveHandleOrientation[] = |
+ "enable-adaptive-handle-orientation"; |
+ |
// Enable external animation system for Android compositor. |
// See also kEnableCompositorAnimationTimelines for renderer compositors. |
const char kEnableAndroidCompositorAnimationTimelines[] = |