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

Unified Diff: cc/TextureCopier.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/ShaderChromium.cpp ('k') | cc/TiledLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/TextureCopier.h
diff --git a/cc/TextureCopier.h b/cc/TextureCopier.h
index adffddc72377dc34cb9e3a233af08c7fd6fea96a..1bb890e08ce4f4ed59f96c74d8054844a6a9a926 100644
--- a/cc/TextureCopier.h
+++ b/cc/TextureCopier.h
@@ -10,6 +10,7 @@
#include "ShaderChromium.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
+#include <wtf/Noncopyable.h>
namespace WebKit {
class WebGraphicsContext3D;
« no previous file with comments | « cc/ShaderChromium.cpp ('k') | cc/TiledLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698