| Index: ui/events/x/touch_factory_x11.cc
|
| diff --git a/ui/events/x/touch_factory_x11.cc b/ui/events/x/touch_factory_x11.cc
|
| index b3cd4dd0617d644c6bcf5849d8a257fe452dd4e9..5dd02419671290527eec93b061e5e62c4168b804 100644
|
| --- a/ui/events/x/touch_factory_x11.cc
|
| +++ b/ui/events/x/touch_factory_x11.cc
|
| @@ -21,6 +21,10 @@
|
| #include "ui/events/x/device_list_cache_x.h"
|
| #include "ui/gfx/x/x11_types.h"
|
|
|
| +#if !defined(USE_XI2_MT)
|
| +#include "ui/base/x/x11_util.h"
|
| +#endif
|
| +
|
| namespace ui {
|
|
|
| TouchFactory::TouchFactory()
|
|
|