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

Unified Diff: cc/CCVideoLayerImpl.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/CCTiledLayerImpl.cpp ('k') | cc/CCVideoLayerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « cc/CCTiledLayerImpl.cpp ('k') | cc/CCVideoLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698