| Index: cc/CCIOSurfaceLayerImpl.h
|
| diff --git a/cc/CCIOSurfaceLayerImpl.h b/cc/CCIOSurfaceLayerImpl.h
|
| index 476dbab35ae8a8099392c20cd9e8f4a0c3fd2304..6f932052a5c3732e818445a89bd3ea692dc17ccd 100644
|
| --- a/cc/CCIOSurfaceLayerImpl.h
|
| +++ b/cc/CCIOSurfaceLayerImpl.h
|
| @@ -25,7 +25,7 @@ public:
|
| virtual void willDraw(CCResourceProvider*) OVERRIDE;
|
| virtual void didLoseContext() OVERRIDE;
|
|
|
| - virtual void dumpLayerProperties(TextStream&, int indent) const OVERRIDE;
|
| + virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
|
|
|
| private:
|
| explicit CCIOSurfaceLayerImpl(int);
|
|
|