| Index: third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| index 34f456901e8376fe38b338270fd8fea46079f29b..0fa3f6ab08adacf95832b025997a07cc34d64af5 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/ColorChooserClient.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef ColorChooserClient_h
|
| #define ColorChooserClient_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/ColorSuggestion.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -40,7 +41,7 @@ namespace blink {
|
|
|
| class Element;
|
|
|
| -class ColorChooserClient : public GarbageCollectedMixin {
|
| +class CORE_EXPORT ColorChooserClient : public GarbageCollectedMixin {
|
| public:
|
| virtual ~ColorChooserClient();
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|