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

Unified Diff: cc/stubs/TextStream.h

Issue 10915074: Fix up cc stubs and bindings to work in windows (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/stubs/GraphicsContext3D.h ('k') | webkit/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/stubs/TextStream.h
diff --git a/cc/stubs/TextStream.h b/cc/stubs/TextStream.h
index a9d02d629b29796d522ee58182541c6febc617a7..8ed4fbbd95202fb89e30528ccdb25fced10fc33b 100644
--- a/cc/stubs/TextStream.h
+++ b/cc/stubs/TextStream.h
@@ -9,12 +9,13 @@
namespace WebCore {
+// These symbols are all defined inside WebCore.
class TextStream {
public:
- TextStream& operator<<(const String&) { return *this; }
- TextStream& operator<<(const char*) { return *this; }
- TextStream& operator<<(int) { return *this; }
- String release() { return ""; }
+ TextStream& operator<<(const String&);
+ TextStream& operator<<(const char*);
+ TextStream& operator<<(int);
+ String release();
};
}
« no previous file with comments | « cc/stubs/GraphicsContext3D.h ('k') | webkit/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698