Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / plugin / plugin_thread.h
index 5ca2c02..f76cfa1 100644 (file)
@@ -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);
 };