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

Unified Diff: webkit/glue/webdropdata.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/webcursor.h ('k') | webkit/glue/webfileutilities_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdropdata.h
diff --git a/webkit/glue/webdropdata.h b/webkit/glue/webdropdata.h
index a9a4ae76c366b93373d93b807e4e57cc1fddb303..e93011036a5b3935eb18f087eb6a823d96c856a3 100644
--- a/webkit/glue/webdropdata.h
+++ b/webkit/glue/webdropdata.h
@@ -14,6 +14,7 @@
#include "base/string16.h"
#include "googleurl/src/gurl.h"
+#include "webkit/glue/webkit_glue_export.h"
struct IDataObject;
@@ -21,7 +22,7 @@ namespace WebKit {
class WebDragData;
}
-struct WebDropData {
+struct WEBKIT_GLUE_EXPORT WebDropData {
// Construct from a WebDragData object.
explicit WebDropData(const WebKit::WebDragData&);
« no previous file with comments | « webkit/glue/webcursor.h ('k') | webkit/glue/webfileutilities_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698