Commit 499c8cc5 authored by andersca@apple.com's avatar andersca@apple.com

Fix Windows build.

* WebProcess/Plugins/PluginController.h:



git-svn-id: svn://svn.chromium.org/blink/trunk@93456 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 1e7c5f67
2011-08-19 Anders Carlsson <andersca@apple.com>
Fix Windows build.
* WebProcess/Plugins/PluginController.h:
2011-08-19 Anders Carlsson <andersca@apple.com> 2011-08-19 Anders Carlsson <andersca@apple.com>
Make the complex text input state a tri-state enum instead of a boolean Make the complex text input state a tri-state enum instead of a boolean
......
...@@ -26,9 +26,12 @@ ...@@ -26,9 +26,12 @@
#ifndef PluginController_h #ifndef PluginController_h
#define PluginController_h #define PluginController_h
#include "PluginComplexTextInputState.h"
#include <wtf/Forward.h> #include <wtf/Forward.h>
#if PLATFORM(MAC)
#include "PluginComplexTextInputState.h"
#endif
struct NPObject; struct NPObject;
typedef struct _NPVariant NPVariant; typedef struct _NPVariant NPVariant;
typedef void* NPIdentifier; typedef void* NPIdentifier;
......
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