| Index: ui/aura/desktop_host_linux.cc
|
| diff --git a/ui/aura/desktop_host_linux.cc b/ui/aura/desktop_host_linux.cc
|
| index e20b1c57403bbeba3bf1b7d9e8b18aaec46642fc..99e27c1c761121b730a43820ed53cd3a38f6e4a8 100644
|
| --- a/ui/aura/desktop_host_linux.cc
|
| +++ b/ui/aura/desktop_host_linux.cc
|
| @@ -280,11 +280,8 @@ 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() {
|
|
|