| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index cdc6be0f4a629a6fc44bce540f831bc67e269479..09c413f5ae20322c204d10530d5ae83134029433 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -334,7 +334,7 @@ class CONTENT_EXPORT BrowserPlugin :
|
|
|
| // Used for HW compositing.
|
| bool compositing_enabled_;
|
| - scoped_ptr<BrowserPluginCompositingHelper> compositing_helper_;
|
| + scoped_refptr<BrowserPluginCompositingHelper> compositing_helper_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowserPlugin);
|
| };
|
|
|