| Index: third_party/WebKit/Source/core/loader/resource/FontResource.h
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/FontResource.h b/third_party/WebKit/Source/core/loader/resource/FontResource.h
|
| index cbe83d76bff2e52e5ae9c6bd84e686c894b39553..de4ffb1a6583d691e222640c8240a4a469da5eb9 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/FontResource.h
|
| @@ -62,6 +62,7 @@ class CORE_EXPORT FontResource final : public Resource {
|
| bool isCORSFailed() const { return m_corsFailed; }
|
| String otsParsingMessage() const { return m_otsParsingMessage; }
|
|
|
| + bool hasCustomFontData() const { return static_cast<bool>(m_fontData); }
|
| bool ensureCustomFontData();
|
| FontPlatformData platformDataFromCustomData(
|
| float size,
|
|
|