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

Unified Diff: webkit/glue/web_io_operators.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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 | « webkit/glue/web_intent_service_data.h ('k') | webkit/glue/webaccessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_io_operators.h
diff --git a/webkit/glue/web_io_operators.h b/webkit/glue/web_io_operators.h
index e60ef72ddee220c897df7630b3c97bc5c0b21437..710998150b1e428846241f3e9dd7e905d244c8df 100644
--- a/webkit/glue/web_io_operators.h
+++ b/webkit/glue/web_io_operators.h
@@ -8,6 +8,7 @@
#include <iosfwd>
#include "build/build_config.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace WebKit {
@@ -17,7 +18,8 @@ std::ostream& operator<<(std::ostream& out, const WebString& s);
#endif // defined(WCHAR_T_IS_UTF32)
struct WebPoint;
-std::ostream& operator<<(std::ostream& out, const WebPoint& p);
+WEBKIT_GLUE_EXPORT std::ostream& operator<<(std::ostream& out,
+ const WebPoint& p);
struct WebRect;
std::ostream& operator<<(std::ostream& out, const WebRect& p);
« no previous file with comments | « webkit/glue/web_intent_service_data.h ('k') | webkit/glue/webaccessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698