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

Unified Diff: webkit/glue/webinputevent.h

Issue 16479: Bring up chrome/common/render_mesages.cc on POSIX. (Closed)
Patch Set: also bring up message_router.cc. Created 12 years 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: webkit/glue/webinputevent.h
diff --git a/webkit/glue/webinputevent.h b/webkit/glue/webinputevent.h
index e347cdacb331ec5a0dadd6dd45881b57f78595f8..9a1c84ddec760500517f75b3c22035ef011a2621 100644
--- a/webkit/glue/webinputevent.h
+++ b/webkit/glue/webinputevent.h
@@ -11,7 +11,6 @@
#include <windows.h>
#elif defined(OS_MACOSX)
#include <vector>
-#include <wtf/RetainPtr.h>
#ifdef __OBJC__
@class NSEvent;
@class NSView;
@@ -70,11 +69,6 @@ class WebInputEvent {
Type type;
int modifiers;
-#if defined(OS_MACOSX)
- // For now, good enough for the test shell. TODO(avi): Revisit when we need
- // to start sending this over an IPC pipe.
- RetainPtr<NSEvent> mac_event;
-#endif
};
// WebMouseEvent --------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698