diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:44:41 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:44:41 +0000 |
commit | 7307474f771ee48241f2769edd19e3aea62c4031 (patch) | |
tree | c24d283dd099e568269a53885b939d099e071d8d /ash/ash_switches.cc | |
parent | 96191d56d125050904d21a4a7e5585ad1bbaee05 (diff) | |
download | chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.zip chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.tar.gz chromium_src-7307474f771ee48241f2769edd19e3aea62c4031.tar.bz2 |
ash: Add a heads-up display to track touch-point states and positions.
The command-line flag to turn on the HUD is --ash-touch-hud. It can also be
turned on from about:flags
BUG=none
TEST=manually
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137549
Review URL: https://chromiumcodereview.appspot.com/10386178
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 4342a86..b8b63a21 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -13,6 +13,9 @@ const char kAshEnableOak[] = "ash-enable-oak"; // Use Ash notifications. const char kAshNotify[] = "ash-notify"; +// Enables the heads-up display for tracking touch points. +const char kAshTouchHud[] = "ash-touch-hud"; + // Use Google-style dialog box frames. const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; |