| Index: cc/CCTiledLayerImpl.h
|
| diff --git a/cc/CCTiledLayerImpl.h b/cc/CCTiledLayerImpl.h
|
| index c8c739d5b5e972956bb71cf13d3f57b57be24ddb..48d52f50022472aba2e83ac10db3fe9e077cd29a 100644
|
| --- a/cc/CCTiledLayerImpl.h
|
| +++ b/cc/CCTiledLayerImpl.h
|
| @@ -25,7 +25,7 @@ public:
|
|
|
| virtual CCResourceProvider::ResourceId contentsResourceId() const OVERRIDE;
|
|
|
| - virtual void dumpLayerProperties(TextStream&, int indent) const OVERRIDE;
|
| + virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
|
|
|
| void setSkipsDraw(bool skipsDraw) { m_skipsDraw = skipsDraw; }
|
| void setTilingData(const CCLayerTilingData& tiler);
|
|
|