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

Unified Diff: cc/VideoLayerChromium.h

Issue 11076013: [cc] Store CCLayerImpls as scoped_ptrs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: cc/VideoLayerChromium.h
diff --git a/cc/VideoLayerChromium.h b/cc/VideoLayerChromium.h
index 0ecdd0f6f6a1a0f4a0c19bdf67c3f95f108a0ac8..92b5e1383d54ce96e3732ec675c662c9c80db38b 100644
--- a/cc/VideoLayerChromium.h
+++ b/cc/VideoLayerChromium.h
@@ -23,7 +23,7 @@ class VideoLayerChromium : public LayerChromium {
public:
static scoped_refptr<VideoLayerChromium> create(WebKit::WebVideoFrameProvider*);
- virtual PassOwnPtr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
+ virtual scoped_ptr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
private:
explicit VideoLayerChromium(WebKit::WebVideoFrameProvider*);

Powered by Google App Engine
This is Rietveld 408576698