| Index: ui/aura/desktop_host_linux.cc
|
| diff --git a/ui/aura/desktop_host_linux.cc b/ui/aura/desktop_host_linux.cc
|
| index 875f39d71416d1b24c68c79caccce79c8ceaa1de..adfd7127a516e9864ce0741c9544054c4934c80f 100644
|
| --- a/ui/aura/desktop_host_linux.cc
|
| +++ b/ui/aura/desktop_host_linux.cc
|
| @@ -279,8 +279,11 @@ DesktopHostLinux::DesktopHostLinux(const gfx::Rect& bounds)
|
| XSelectInput(xdisplay_, xwindow_, event_mask);
|
| XFlush(xdisplay_);
|
|
|
| + // TODO(sadrul): reenable once 103981 is fixed.
|
| +#if defined(TOUCH_UI)
|
| if (base::MessagePumpForUI::HasXInput2())
|
| ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_);
|
| +#endif
|
| }
|
|
|
| DesktopHostLinux::~DesktopHostLinux() {
|
|
|