Index: Source/platform/scroll/ScrollbarThemeClient.h |
diff --git a/Source/platform/scroll/ScrollbarThemeClient.h b/Source/platform/scroll/ScrollbarThemeClient.h |
index b45647a8190bd100c80c6a42d7272f5c019ad0d2..fc8585fd0695866f4640f1264396cc9cfa6cf1cd 100644 |
--- a/Source/platform/scroll/ScrollbarThemeClient.h |
+++ b/Source/platform/scroll/ScrollbarThemeClient.h |
@@ -26,6 +26,7 @@ |
#ifndef ScrollbarThemeClient_h |
#define ScrollbarThemeClient_h |
+#include "platform/PlatformExport.h" |
#include "platform/geometry/IntPoint.h" |
#include "platform/geometry/IntRect.h" |
#include "platform/geometry/IntSize.h" |
@@ -37,7 +38,7 @@ namespace WebCore { |
class Widget; |
-class ScrollbarThemeClient { |
+class PLATFORM_EXPORT ScrollbarThemeClient { |
public: |
virtual int x() const = 0; |
virtual int y() const = 0; |