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

Unified Diff: aura/event.h

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: events 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
Index: aura/event.h
diff --git a/aura/event.h b/aura/event.h
index 27a9843ea2748907629347a3534b3ad6485b79b5..3612563cc8c5b8ad4831c45c22bb7e4b9603ebb3 100644
--- a/aura/event.h
+++ b/aura/event.h
@@ -12,8 +12,6 @@
#include "ui/base/keycodes/keyboard_codes.h"
#include "ui/gfx/point.h"
-namespace aura {
-
#if defined(OS_WIN)
typedef MSG NativeEvent;
Ben Goodger (Google) 2011/09/04 16:35:45 I think these should stay within the aura namespac
sadrul 2011/09/04 18:14:13 Ah yes. Undid the change (had to move the typedef
#elif defined(USE_X11)
@@ -21,6 +19,8 @@ typedef union _XEvent XEvent;
typedef XEvent* NativeEvent;
#endif
+namespace aura {
+
class Window;
class Event {

Powered by Google App Engine
This is Rietveld 408576698