Index: Source/platform/DragImage.h |
diff --git a/Source/core/platform/DragImage.h b/Source/platform/DragImage.h |
similarity index 98% |
rename from Source/core/platform/DragImage.h |
rename to Source/platform/DragImage.h |
index 72f969ef6d642548bb15889d17c653fded47b032..bb95755b4d77a49ff485ab7bca89422eac374d64 100644 |
--- a/Source/core/platform/DragImage.h |
+++ b/Source/platform/DragImage.h |
@@ -37,7 +37,7 @@ class FontDescription; |
class Image; |
class KURL; |
-class DragImage { |
+class PLATFORM_EXPORT DragImage { |
public: |
static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation); |
static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor); |