diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 11:47:43 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 11:47:43 +0000 |
commit | 28cf89bf26975fde4694ca0e2c4aaaf2aaed2f7a (patch) | |
tree | 2f02a7bcdd6340d12aab0181862fc16c7d5b7f5f /ash/ash_switches.h | |
parent | be0653263e960f40a47ed01a7b300dbeb0cf806c (diff) | |
download | chromium_src-28cf89bf26975fde4694ca0e2c4aaaf2aaed2f7a.zip chromium_src-28cf89bf26975fde4694ca0e2c4aaaf2aaed2f7a.tar.gz chromium_src-28cf89bf26975fde4694ca0e2c4aaaf2aaed2f7a.tar.bz2 |
Revert "Add shortcut keys to ui scaling"
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
Review URL: https://chromiumcodereview.appspot.com/12848004
TBR=oshima@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/12690013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 5e815ad..4da9722 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -31,8 +31,6 @@ ASH_EXPORT extern const char kAshDisableLauncherPerDisplay[]; ASH_EXPORT extern const char kAshDisableNewLockAnimations[]; ASH_EXPORT extern const char kAshDisableNewNetworkStatusArea[]; ASH_EXPORT extern const char kAshDisablePerAppLauncher[]; -ASH_EXPORT extern const char kAshDisableUIScaling[]; -ASH_EXPORT extern const char kAshDisableDisplayRotation[]; ASH_EXPORT extern const char kAshEnableAdvancedGestures[]; ASH_EXPORT extern const char kAshEnableBrightnessControl[]; #if defined(OS_LINUX) |