Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1263)

Unified Diff: aura/demo/demo_main.cc

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « aura/aura_export.h ('k') | aura/desktop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « aura/aura_export.h ('k') | aura/desktop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698