| Index: third_party/WebKit/Source/core/fetch/FontResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| index d0461fcc32affd3a63977380fb7c98ea42f7b565..59fce4d7199f3bf3306cbb4864090360322d3d79 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FontResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FontResource.h
|
| @@ -75,7 +75,7 @@ private:
|
| };
|
| FontResource(const ResourceRequest&, const ResourceLoaderOptions&);
|
|
|
| - void checkNotify() override;
|
| + void checkNotify(MarkFinishedOption) override;
|
| void fontLoadShortLimitCallback(TimerBase*);
|
| void fontLoadLongLimitCallback(TimerBase*);
|
|
|
|
|