diff options
Diffstat (limited to 'content/plugin/plugin_thread.h')
-rw-r--r-- | content/plugin/plugin_thread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h index 5ca2c02..f76cfa1 100644 --- a/content/plugin/plugin_thread.h +++ b/content/plugin/plugin_thread.h @@ -17,6 +17,7 @@ #endif namespace content { +class BlinkPlatformImpl; // The PluginThread class represents a background thread where plugin instances // live. Communication occurs between WebPluginDelegateProxy in the renderer @@ -51,6 +52,8 @@ class PluginThread : public ChildThread { bool forcefully_terminate_plugin_process_; + scoped_ptr<BlinkPlatformImpl> webkit_platform_support_; + DISALLOW_COPY_AND_ASSIGN(PluginThread); }; |