| 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 3a98d02eec0059f7eeced4e264d537abd60e2bbe..501a1d426d076e10d188fbe7029c3547157b4b69 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -44,6 +44,9 @@ class RemoteFontFaceSource final : public CSSFontFaceSource,
|
| void notifyFinished(Resource*) override;
|
| void fontLoadShortLimitExceeded(FontResource*) override;
|
| void fontLoadLongLimitExceeded(FontResource*) override;
|
| +
|
| + void willReloadAfterDiskCacheMiss(const FontResource*) override;
|
| +
|
| String debugName() const override { return "RemoteFontFaceSource"; }
|
|
|
| bool isBlank() override { return m_period == BlockPeriod; }
|
|
|