summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h')
-rw-r--r--WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h b/WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h
index 72e845b..946c8ac 100644
--- a/WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h
+++ b/WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h
@@ -43,7 +43,7 @@ namespace WebCore {
namespace WebKit {
class NetscapePluginInstanceProxy;
-
+
class HostedNetscapePluginStream : public RefCounted<HostedNetscapePluginStream>
, private WebCore::NetscapePlugInStreamLoaderClient {
public:
@@ -55,9 +55,11 @@ public:
{
return adoptRef(new HostedNetscapePluginStream(instance, frameLoader));
}
-
+
+ ~HostedNetscapePluginStream();
+
uint32_t streamID() const { return m_streamID; }
-
+
void startStreamWithResponse(NSURLResponse *response);
void didReceiveData(WebCore::NetscapePlugInStreamLoader*, const char* bytes, int length);
void didFinishLoading(WebCore::NetscapePlugInStreamLoader*);