summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 13:52:40 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 13:52:40 +0000
commit942ccff050a7c6aeb24d0511b298737841366fd4 (patch)
tree2e54eae5fa3f8f921074b42cbcc7a26055100828 /ui
parent34c06e64e4f1a12d223616bae57862a060327efd (diff)
downloadchromium_src-942ccff050a7c6aeb24d0511b298737841366fd4.zip
chromium_src-942ccff050a7c6aeb24d0511b298737841366fd4.tar.gz
chromium_src-942ccff050a7c6aeb24d0511b298737841366fd4.tar.bz2
touch: Always expect XInput2 availability.
BUG=80790 TEST=touch compiles Review URL: http://codereview.chromium.org/6975045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93621 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/views/focus/accelerator_handler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/views/focus/accelerator_handler.h b/ui/views/focus/accelerator_handler.h
index 9887eb6..3d0c5e0 100644
--- a/ui/views/focus/accelerator_handler.h
+++ b/ui/views/focus/accelerator_handler.h
@@ -24,11 +24,9 @@ namespace ui {
// and handled, false otherwise.
bool DispatchXEvent(XEvent* xevent);
-#if defined(HAVE_XINPUT2)
// Keep a list of touch devices so that it is possible to determine if a pointer
// event is a touch-event or a mouse-event.
void SetTouchDeviceList(std::vector<unsigned int>& devices);
-#endif // HAVE_XINPUT2
#endif // TOUCH_UI
////////////////////////////////////////////////////////////////////////////////