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

Unified Diff: base/event_types.h

Issue 8572030: wayland: forward declare WaylandEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/event_types.h
diff --git a/base/event_types.h b/base/event_types.h
index f9162340da39d53d82f4d1444cc43f16e0c57ed5..a1b78f6db2cff8fd72e9f2434bede7662aa04ccd 100644
--- a/base/event_types.h
+++ b/base/event_types.h
@@ -11,7 +11,11 @@
#if defined(OS_WIN)
#include <windows.h>
#elif defined(USE_WAYLAND)
-#include "base/wayland/wayland_event.h"
+namespace base {
+namespace wayland {
+union WaylandEvent;
+}
+}
#elif defined(USE_X11)
typedef union _XEvent XEvent;
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698