diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-01 03:18:50 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-01 03:18:50 +0000 |
commit | 77f910be52a14b14df97f219bb7eed5657c65a7d (patch) | |
tree | 24b97e4543bddf10e6a41bca6479a85e05a1e558 /ash/ash_switches.cc | |
parent | 60c8c0bbbdb7b9a9a222c3a2532e4a5f8c511bb9 (diff) | |
download | chromium_src-77f910be52a14b14df97f219bb7eed5657c65a7d.zip chromium_src-77f910be52a14b14df97f219bb7eed5657c65a7d.tar.gz chromium_src-77f910be52a14b14df97f219bb7eed5657c65a7d.tar.bz2 |
Set scale/orientation property to aura root window.
These will be used by X/touch/mouse driver to adjust
mouse movement.
BUG=119268
TEST=none
Review URL: https://chromiumcodereview.appspot.com/12047111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 4ab1672..ce9e07a 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -97,5 +97,11 @@ const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; // Avoid drawing drop shadows under windows. const char kAuraNoShadows[] = "aura-no-shadows"; +// Overrides all displays' orientation. The value should be one of 0 +// (normal), 1 (90 degrees clockwise), 2 (180 degrees) or 3 (270 +// degrees clockwise). +const char kAshOverrideDisplayOrientation[] = + "ash-override-display-orientation"; + } // namespace switches } // namespace ash |