| 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*);
|
|
|