From af5ed956eb6372a4cc64d26dbbc934ebd784adeb Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Fri, 15 Mar 2013 12:23:03 +0000 Subject: 2nd try Add shortcut keys to ui scaling - Round root window size because it can be fractional size when root_window_scale_ is specified. - Remove scaling option from about:flags. - Rotate display where the mouse is in. BUG=179997,119268 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188324 Review URL: https://codereview.chromium.org/12848004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188362 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/ash_switches.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ash/ash_switches.cc') diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 7380f5a..44adc42 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -61,6 +61,12 @@ const char kAshDisablePerAppLauncher[] = "ash-disable-per-app-launcher"; // Disables immersive fullscreen mode. const char kAshDisableImmersiveMode[] = "ash-disable-immersive-mode"; +// Disables display rotation. +const char kAshDisableDisplayRotation[] = "ash-disable-display-rotation"; + +// Disables ui scaling. +const char kAshDisableUIScaling[] = "ash-disable-ui-scaling"; + // Enable advanced gestures (e.g. for window management). const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; -- cgit v1.1