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

Unified Diff: cc/CCTiledLayerImpl.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
« no previous file with comments | « cc/CCTextureLayerImpl.cpp ('k') | cc/CCTiledLayerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTiledLayerImpl.h
diff --git a/cc/CCTiledLayerImpl.h b/cc/CCTiledLayerImpl.h
index c8c739d5b5e972956bb71cf13d3f57b57be24ddb..48d52f50022472aba2e83ac10db3fe9e077cd29a 100644
--- a/cc/CCTiledLayerImpl.h
+++ b/cc/CCTiledLayerImpl.h
@@ -25,7 +25,7 @@ public:
virtual CCResourceProvider::ResourceId contentsResourceId() const OVERRIDE;
- virtual void dumpLayerProperties(TextStream&, int indent) const OVERRIDE;
+ virtual void dumpLayerProperties(std::string*, int indent) const OVERRIDE;
void setSkipsDraw(bool skipsDraw) { m_skipsDraw = skipsDraw; }
void setTilingData(const CCLayerTilingData& tiler);
« no previous file with comments | « cc/CCTextureLayerImpl.cpp ('k') | cc/CCTiledLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698