Index: ui/aura/desktop_host_linux.cc |
diff --git a/ui/aura/desktop_host_linux.cc b/ui/aura/desktop_host_linux.cc |
index 6025de5a7e1bc84eb8ed114a8fabe0d5e7457be6..7543ff4ca2fc92f8ce8e4163d07ffedce544d232 100644 |
--- a/ui/aura/desktop_host_linux.cc |
+++ b/ui/aura/desktop_host_linux.cc |
@@ -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); |