| Index: third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| index 12f5f0b56aa4255701b4d547b174a8bd6cb35fe1..7ae16b31cf7238b5367c50e8005ed4eda427af43 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -110,6 +110,7 @@ class RemoteFontFaceSource final : public CSSFontFaceSource,
|
| void switchToSwapPeriod();
|
| void switchToFailurePeriod();
|
| bool shouldTriggerWebFontsIntervention();
|
| + bool isLowPriorityLoadingAllowedForRemoteFont() const override;
|
|
|
| Member<FontResource> m_font;
|
| Member<CSSFontSelector> m_fontSelector;
|
|
|