| Index: Source/platform/fonts/FontCustomPlatformData.h
|
| diff --git a/Source/platform/fonts/FontCustomPlatformData.h b/Source/platform/fonts/FontCustomPlatformData.h
|
| index 175709f61b3a1d7007f71b1782d5edf90ff9a9b5..ae7d6b2ba9dd445ed0b6c4f52afc7f412be246b3 100644
|
| --- a/Source/platform/fonts/FontCustomPlatformData.h
|
| +++ b/Source/platform/fonts/FontCustomPlatformData.h
|
| @@ -32,6 +32,7 @@
|
| #ifndef FontCustomPlatformData_h
|
| #define FontCustomPlatformData_h
|
|
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/fonts/FontOrientation.h"
|
| #include "platform/fonts/FontWidthVariant.h"
|
| #include "wtf/Forward.h"
|
| @@ -58,7 +59,7 @@ namespace WebCore {
|
| class FontPlatformData;
|
| class SharedBuffer;
|
|
|
| -class FontCustomPlatformData {
|
| +class PLATFORM_EXPORT FontCustomPlatformData {
|
| WTF_MAKE_NONCOPYABLE(FontCustomPlatformData);
|
| public:
|
| static PassOwnPtr<FontCustomPlatformData> create(SharedBuffer*);
|
|
|