Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1756)

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 11967013: Fixes issues when switching between software and compositing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698