| 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 a81376215fe030e169a3ccf6005effa385627f2d..c2cbc7501e40bef8029ba7386f65d45afe2b1758 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -108,6 +108,8 @@
|
| void countClientHintsResourceWidth() override;
|
| void countClientHintsViewportWidth() override;
|
|
|
| + WebTaskRunner* loadingTaskRunner() const override;
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|