Index: content/child/npapi/plugin_instance.h |
diff --git a/content/child/npapi/plugin_instance.h b/content/child/npapi/plugin_instance.h |
index 16fe60c057cbb555f0b26add16a400b7b63c55c7..95589301c3b1904cdffffb5d86c106123a0d1d5b 100644 |
--- a/content/child/npapi/plugin_instance.h |
+++ b/content/child/npapi/plugin_instance.h |
@@ -24,7 +24,7 @@ |
#include "url/gurl.h" |
namespace base { |
-class MessageLoop; |
+class SingleThreadTaskRunner; |
} |
namespace content { |
@@ -305,7 +305,7 @@ class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> { |
gfx::Rect containing_window_frame_; |
NPCocoaEvent* currently_handled_event_; // weak |
#endif |
- base::MessageLoop* message_loop_; |
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner_; |
scoped_refptr<PluginStreamUrl> plugin_data_stream_; |
// This flag if true indicates that the plugin data would be passed from |