| 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 23be61c2a5664d8d6f542e2d86fb5fb42050cc98..a2d2a4d780aa88c43541897da8cfb474b5e0f425 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -59,7 +59,7 @@ public:
|
| String otsParsingMessage() const { return m_otsParsingMessage; }
|
|
|
| bool ensureCustomFontData();
|
| - FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = FontOrientation::Horizontal);
|
| + FontPlatformData platformDataFromCustomData(bool bold, bool italic, FontOrientation = FontOrientation::Horizontal);
|
|
|
| protected:
|
| bool isSafeToUnlock() const override;
|
|
|