Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3346)

Unified Diff: cc/CCLayerTreeHostImpl.h

Issue 10900021: Use std::string instead of WTF::String / TextStream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698