Chromium Code Reviews| Index: cc/TextureLayerChromium.h |
| =================================================================== |
| --- cc/TextureLayerChromium.h (revision 160631) |
| +++ cc/TextureLayerChromium.h (working copy) |
| @@ -27,7 +27,7 @@ |
| void clearClient() { m_client = 0; } |
| - virtual scoped_ptr<CCLayerImpl> createCCLayerImpl() OVERRIDE; |
| + virtual PassOwnPtr<CCLayerImpl> createCCLayerImpl() OVERRIDE; |
| // Sets whether this texture should be Y-flipped at draw time. Defaults to true. |
| void setFlipped(bool); |