Commit 4d7b340d authored by andersca@apple.com's avatar andersca@apple.com

Another attempt at fixing the Windows build.

* UIProcess/PageClient.h:



git-svn-id: svn://svn.chromium.org/blink/trunk@93458 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 499c8cc5
2011-08-19 Anders Carlsson <andersca@apple.com>
Another attempt at fixing the Windows build.
* UIProcess/PageClient.h:
2011-08-19 Anders Carlsson <andersca@apple.com> 2011-08-19 Anders Carlsson <andersca@apple.com>
Fix Windows build. Fix Windows build.
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#ifndef PageClient_h #ifndef PageClient_h
#define PageClient_h #define PageClient_h
#include "PluginComplexTextInputState.h"
#include "ShareableBitmap.h" #include "ShareableBitmap.h"
#include "WebPageProxy.h" #include "WebPageProxy.h"
#include "WebPopupMenuProxy.h" #include "WebPopupMenuProxy.h"
...@@ -35,11 +34,9 @@ ...@@ -35,11 +34,9 @@
#include <wtf/Forward.h> #include <wtf/Forward.h>
#if PLATFORM(MAC) #if PLATFORM(MAC)
#ifdef __OBJC__ #include "PluginComplexTextInputState.h"
@class WKView;
#else OBJC_CLASS WKView;
class WKView;
#endif
#endif #endif
namespace WebCore { namespace WebCore {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment