| Index: Source/platform/fonts/FontCustomPlatformData.h
|
| diff --git a/Source/platform/fonts/FontCustomPlatformData.h b/Source/platform/fonts/FontCustomPlatformData.h
|
| index 4ed2f95930fd225002e5ac68e3c4928998311b26..c2f7824767e492e52caa4ca54e74e8b394c3c77b 100644
|
| --- a/Source/platform/fonts/FontCustomPlatformData.h
|
| +++ b/Source/platform/fonts/FontCustomPlatformData.h
|
| @@ -34,7 +34,6 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/fonts/FontOrientation.h"
|
| -#include "platform/fonts/FontWidthVariant.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -59,7 +58,7 @@ public:
|
| static PassOwnPtr<FontCustomPlatformData> create(SharedBuffer*);
|
| ~FontCustomPlatformData();
|
|
|
| - FontPlatformData fontPlatformData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth);
|
| + FontPlatformData fontPlatformData(float size, bool bold, bool italic, FontOrientation = Horizontal);
|
|
|
| static bool supportsFormat(const String&);
|
|
|
|
|