summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h')
-rw-r--r--WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h b/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h
index 8b68b7b..4ff5aba 100644
--- a/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h
+++ b/WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h
@@ -31,10 +31,11 @@
#import <wtf/RefPtr.h>
namespace WebKit {
+ class HostedNetscapePluginStream;
class NetscapePluginInstanceProxy;
}
-@interface WebHostedNetscapePluginView : WebBaseNetscapePluginView
+@interface WebHostedNetscapePluginView : WebBaseNetscapePluginView<WebPluginManualLoader, WebPluginContainerCheckController>
{
RetainPtr<NSArray> _attributeKeys;
RetainPtr<NSArray> _attributeValues;
@@ -42,6 +43,7 @@ namespace WebKit {
RetainPtr<CALayer> _pluginLayer;
WKSoftwareCARendererRef _softwareRenderer;
+ NSSize _previousSize;
RefPtr<WebKit::NetscapePluginInstanceProxy> _proxy;
BOOL _pluginHostDied;
}