| Index: third_party/WebKit/Source/core/fetch/FontResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| index 7029d9d7b56588eab7e2aff1c3573d2f75e7b34e..97ea91f2ea76ce92fe8f0dfc61ea812019b653c2 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef FontResource_h
|
| #define FontResource_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/fetch/Resource.h"
|
| #include "core/fetch/ResourceClient.h"
|
| #include "platform/Timer.h"
|
| @@ -41,7 +42,7 @@ class FontPlatformData;
|
| class FontCustomPlatformData;
|
| class FontResourceClient;
|
|
|
| -class FontResource final : public Resource {
|
| +class CORE_EXPORT FontResource final : public Resource {
|
| public:
|
| using ClientType = FontResourceClient;
|
|
|
|
|