| Index: Source/core/loader/FrameFetchContext.h
|
| diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
|
| index de5c5165521c4336a8b30bf01027957ce39926bb..a81376215fe030e169a3ccf6005effa385627f2d 100644
|
| --- a/Source/core/loader/FrameFetchContext.h
|
| +++ b/Source/core/loader/FrameFetchContext.h
|
| @@ -102,8 +102,7 @@ public:
|
| void addClientHintsIfNecessary(FetchRequest&) override;
|
| void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override;
|
|
|
| - bool fetchIncreasePriorities() const override;
|
| - ResourceLoadPriority modifyPriorityForExperiments(ResourceLoadPriority, Resource::Type, const FetchRequest&) override;
|
| + ResourceLoadPriority modifyPriorityForExperiments(ResourceLoadPriority, Resource::Type, const FetchRequest&, ResourcePriority::VisibilityStatus) override;
|
|
|
| void countClientHintsDPR() override;
|
| void countClientHintsResourceWidth() override;
|
|
|