| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index de5c5165521c4336a8b30bf01027957ce39926bb..a71afae3a231f571109eec526ab517792a70b8cf 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -109,6 +109,8 @@ public:
|
| void countClientHintsResourceWidth() override;
|
| void countClientHintsViewportWidth() override;
|
|
|
| + WebTaskRunner* loadingTaskRunner() const override;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|