| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| index 5426fe48922de069ce6ca3632e36b147f3ba3d76..d9e24cf10706206630116aa495d1640d637c0c50 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| @@ -23,7 +23,10 @@
|
| #include "ui/aura/window_tree_host.h"
|
| #include "ui/base/hit_test.h"
|
| #include "ui/base/x/x11_util.h"
|
| +#include "ui/compositor/compositor.h"
|
| +#include "ui/compositor/layer.h"
|
| #include "ui/display/display_switches.h"
|
| +#include "ui/display/screen.h"
|
| #include "ui/events/devices/x11/touch_factory_x11.h"
|
| #include "ui/events/platform/x11/x11_event_source_glib.h"
|
| #include "ui/events/test/platform_event_source_test_api.h"
|
|
|