| Index: cc/CCVideoLayerImpl.h
|
| diff --git a/cc/CCVideoLayerImpl.h b/cc/CCVideoLayerImpl.h
|
| index 91cfae9c402438ced9e95b00d1f25a728ac46d2d..bd216cc95806ffb798249234ed5f6b5f0035923c 100644
|
| --- a/cc/CCVideoLayerImpl.h
|
| +++ b/cc/CCVideoLayerImpl.h
|
| @@ -33,7 +33,7 @@ public:
|
| virtual void appendQuads(CCQuadSink&, CCAppendQuadsData&) OVERRIDE;
|
| virtual void didDraw(CCResourceProvider*) OVERRIDE;
|
|
|
| - virtual void dumpLayerProperties(TextStream&, int indent) const OVERRIDE;
|
| + virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
|
|
|
| Mutex& providerMutex() { return m_providerMutex; }
|
|
|
|
|