| Index: cc/TiledLayerChromium.h
|
| diff --git a/cc/TiledLayerChromium.h b/cc/TiledLayerChromium.h
|
| index 016ea1bed8c463896b50ca5ab5b8d9e55ade2568..3c273821613c37dab1635f47aba88e833a7c13bd 100644
|
| --- a/cc/TiledLayerChromium.h
|
| +++ b/cc/TiledLayerChromium.h
|
| @@ -72,7 +72,7 @@ protected:
|
| virtual CCPrioritizedTextureManager* textureManager() const;
|
|
|
| private:
|
| - virtual PassOwnPtr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
| + virtual scoped_ptr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
|
|
| void createTilerIfNeeded();
|
| void setTilingOption(TilingOption);
|
|
|