| Index: cc/CCLayerTreeHostImpl.h
|
| diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h
|
| index 177f46fa4a60fedec802b565c9601f7bb598edb2..5f39a366ee5164ded6c33343a5e0b09e7c7a8a21 100644
|
| --- a/cc/CCLayerTreeHostImpl.h
|
| +++ b/cc/CCLayerTreeHostImpl.h
|
| @@ -104,7 +104,7 @@ public:
|
| bool canDraw();
|
| CCGraphicsContext* context() const;
|
|
|
| - String layerTreeAsText() const;
|
| + std::string layerTreeAsText() const;
|
|
|
| void finishAllRendering();
|
| int sourceAnimationFrameNumber() const;
|
| @@ -242,7 +242,7 @@ private:
|
|
|
| void animateScrollbarsRecursive(CCLayerImpl*, double monotonicTime);
|
|
|
| - void dumpRenderSurfaces(TextStream&, int indent, const CCLayerImpl*) const;
|
| + void dumpRenderSurfaces(std::string*, int indent, const CCLayerImpl*) const;
|
|
|
| OwnPtr<CCGraphicsContext> m_context;
|
| OwnPtr<CCResourceProvider> m_resourceProvider;
|
|
|