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

Unified Diff: cc/DelegatedRendererLayerChromium.h

Issue 11099040: [cc] Store CCLayerImpls as scoped_ptrs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix cc unit tests Created 8 years, 2 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
« no previous file with comments | « cc/CCVideoLayerImpl.h ('k') | cc/DelegatedRendererLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/DelegatedRendererLayerChromium.h
diff --git a/cc/DelegatedRendererLayerChromium.h b/cc/DelegatedRendererLayerChromium.h
index 32dbdcfbcebb110f13410646d19da292590150f9..c7f8d2c4d72be6de475a762b06a9aa848045d27b 100644
--- a/cc/DelegatedRendererLayerChromium.h
+++ b/cc/DelegatedRendererLayerChromium.h
@@ -13,7 +13,7 @@ class DelegatedRendererLayerChromium : public LayerChromium {
public:
static scoped_refptr<DelegatedRendererLayerChromium> create();
- virtual PassOwnPtr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
+ virtual scoped_ptr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
protected:
DelegatedRendererLayerChromium();
« no previous file with comments | « cc/CCVideoLayerImpl.h ('k') | cc/DelegatedRendererLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698