| 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 952b2d8fc31ec85802b6c28db829fdeec0166963..45c2fc8f456e58d0a615b326d9429571b0664f56 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -38,7 +38,7 @@ public:
|
|
|
| void beginLoadIfNeeded() override;
|
|
|
| - void fontLoaded(FontResource*) override;
|
| + void notifyFinished(Resource*) override;
|
| void fontLoadShortLimitExceeded(FontResource*) override;
|
| void fontLoadLongLimitExceeded(FontResource*) override;
|
| String debugName() const override { return "RemoteFontFaceSource"; }
|
|
|