| Index: third_party/WebKit/Source/core/css/CSSFontFace.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFace.h b/third_party/WebKit/Source/core/css/CSSFontFace.h
|
| index 90b3b80f4c1b50d9e1c91d2be617c55f33513cff..662b2e03b724988294417608eca7932dd98dca09 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFace.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFace.h
|
| @@ -108,7 +108,7 @@ public:
|
| Vector<UnicodeRange> m_ranges; // If empty, represents the whole code space.
|
| };
|
|
|
| - FontFace::LoadStatus loadStatus() const { return m_fontFace->loadStatus(); }
|
| + FontFace::LoadStatusType loadStatus() const { return m_fontFace->loadStatus(); }
|
| bool maybeScheduleFontLoad(const FontDescription&, UChar32);
|
| bool maybeScheduleFontLoad(const FontDescription&, const FontDataRange&);
|
| void load();
|
| @@ -119,7 +119,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - void setLoadStatus(FontFace::LoadStatus);
|
| + void setLoadStatus(FontFace::LoadStatusType);
|
|
|
| UnicodeRangeSet m_ranges;
|
| RawPtrWillBeMember<CSSSegmentedFontFace> m_segmentedFontFace;
|
|
|