diff options
Diffstat (limited to 'Source/WebKit2/PluginProcess/PluginControllerProxy.cpp')
-rw-r--r-- | Source/WebKit2/PluginProcess/PluginControllerProxy.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp b/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp index b548f8126..1fd1b1124 100644 --- a/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp +++ b/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp @@ -45,6 +45,10 @@ #include <WebCore/NotImplemented.h> #include <wtf/text/WTFString.h> +#if PLATFORM(MAC) +#include "LayerHostingContext.h" +#endif + using namespace WebCore; namespace WebKit { |