summaryrefslogtreecommitdiffstats
path: root/ui/base/ui_base_switches.h
diff options
context:
space:
mode:
authorwnwen@chromium.org <wnwen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-26 09:57:00 +0000
committerwnwen@chromium.org <wnwen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-26 09:57:00 +0000
commit0222b1b486fef6f91245c1ba273d11aef75976cb (patch)
treecd5685bfeb61432e9bd0cd857a4a1b6c22bc7fdf /ui/base/ui_base_switches.h
parent0662c8ccf91675e8b00b953f57855938b5b49151 (diff)
downloadchromium_src-0222b1b486fef6f91245c1ba273d11aef75976cb.zip
chromium_src-0222b1b486fef6f91245c1ba273d11aef75976cb.tar.gz
chromium_src-0222b1b486fef6f91245c1ba273d11aef75976cb.tar.bz2
bezels: Ignore events from side bezels by default (new flag).
When the new EnableTouchSideBezels flag is not explicitly enabled, touch events from the side bezels (if any) will be ignored and the slots they previously occupied will be freed for other events. This potentially allows turning on the side bezels through firmware at a later time and have no impact on users unless they choose to enable the events to be propagated through the use of this new flag. If any noise issues from the side bezels are still prevalent, they will not affect users who have not explicitly turned on this flag. BUG=chromium:263382 TEST=When firmware is turned on but flag off or default, events starting on the bezel are ignored. Touch ids start at 0 even when fingers are on the bezel. Review URL: https://chromiumcodereview.appspot.com/19736005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/ui_base_switches.h')
-rw-r--r--ui/base/ui_base_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index 856d57f..0ef550f 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -37,6 +37,7 @@ UI_EXPORT extern const char kTouchOptimizedUI[];
UI_EXPORT extern const char kTouchOptimizedUIAuto[];
UI_EXPORT extern const char kTouchOptimizedUIDisabled[];
UI_EXPORT extern const char kTouchOptimizedUIEnabled[];
+UI_EXPORT extern const char kTouchSideBezels[];
#if defined(USE_XI2_MT)
UI_EXPORT extern const char kTouchCalibration[];