| Index: cc/TextureLayerChromium.h
|
| diff --git a/cc/TextureLayerChromium.h b/cc/TextureLayerChromium.h
|
| index 2be64d4a4438a8a898d5820958f30800850fda15..124f84505d27b6111a21ea748ebe559a436f98e0 100644
|
| --- a/cc/TextureLayerChromium.h
|
| +++ b/cc/TextureLayerChromium.h
|
| @@ -27,7 +27,7 @@ public:
|
|
|
| void clearClient() { m_client = 0; }
|
|
|
| - virtual PassOwnPtr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
| + virtual scoped_ptr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
|
|
| // Sets whether this texture should be Y-flipped at draw time. Defaults to true.
|
| void setFlipped(bool);
|
|
|