| Index: third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| index dc11a4ce7ac288f625653775a0481069bdf74071..64becec452b9d24ad8b2b73419c1e97759938204 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
|
| @@ -54,7 +54,7 @@ public:
|
| static PassOwnPtr<FontCustomPlatformData> create(SharedBuffer*, String& otsParseMessage);
|
| ~FontCustomPlatformData();
|
|
|
| - FontPlatformData fontPlatformData(float size, bool bold, bool italic, FontOrientation = FontOrientation::Horizontal);
|
| + FontPlatformData fontPlatformData(bool bold, bool italic, FontOrientation = FontOrientation::Horizontal);
|
|
|
| static bool supportsFormat(const String&);
|
|
|
|
|