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>
Fix Windows build.
......
......@@ -26,7 +26,6 @@
#ifndef PageClient_h
#define PageClient_h
#include "PluginComplexTextInputState.h"
#include "ShareableBitmap.h"
#include "WebPageProxy.h"
#include "WebPopupMenuProxy.h"
......@@ -35,11 +34,9 @@
#include <wtf/Forward.h>
#if PLATFORM(MAC)
#ifdef __OBJC__
@class WKView;
#else
class WKView;
#endif
#include "PluginComplexTextInputState.h"
OBJC_CLASS WKView;
#endif
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