| 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 9680daf7ecca55e1ce87be92fc4d97346fd2101f..065240a59337bcd685f88a4735e056503f2aabe4 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -337,7 +337,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);
|
| };
|
|
|