diff options
Diffstat (limited to 'cc/CCLayerTreeHostImpl.h')
-rw-r--r-- | cc/CCLayerTreeHostImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h index 177f46f..5f39a36 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; |