Chromium Code Reviews| Index: aura/demo/demo_main.cc |
| diff --git a/aura/demo/demo_main.cc b/aura/demo/demo_main.cc |
| index 7b8755942859e831c281ebc87ee8c082b1d91e2a..85a39cc3a221de169997f5e43711b5ec52982ed6 100644 |
| --- a/aura/demo/demo_main.cc |
| +++ b/aura/demo/demo_main.cc |
| @@ -16,6 +16,11 @@ |
| #include "ui/gfx/canvas_skia.h" |
| #include "ui/gfx/rect.h" |
| +#if defined(USE_X11) |
| +#include "aura/hit_test.h" |
| +#include "base/message_pump_x.h" |
| +#endif |
| + |
| namespace { |
| // Trivial WindowDelegate implementation that draws a colored background. |