Commit 37b80f39 authored by sadrul@chromium.org's avatar sadrul@chromium.org

aura-x11: Disable XInput2 again.

BUG=106516
TEST=none

Review URL: http://codereview.chromium.org/8816003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113215 0039d316-1c4b-4281-b951-d872f2087c98
parent 129fab37
......@@ -341,8 +341,11 @@ DesktopHostLinux::DesktopHostLinux(const gfx::Rect& bounds)
XSelectInput(xdisplay_, root_window_, StructureNotifyMask);
XFlush(xdisplay_);
// TODO(sad): Re-enable once crbug.com/106516 is fixed.
#if 0
if (base::MessagePumpForUI::HasXInput2())
ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_);
#endif
base::MessagePumpX::SetDefaultDispatcher(this);
MessageLoopForUI::current()->AddDestructionObserver(this);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment