| Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| index c4ab711b0903d38ea0d8121df4aa7cffac881516..fa8336c6135d28f61147a772ff1fe75db787b89c 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| @@ -163,6 +163,8 @@ ResourceLoadPriority ResourceFetcher::computeLoadPriority(Resource::Type type, c
|
| priority = type == Resource::Raw ? ResourceLoadPriorityLow : ResourceLoadPriorityVeryLow;
|
| }
|
|
|
| + priority = request.resourceRequest().computePriorityForInterventions(priority);
|
| +
|
| // A manually set priority acts as a floor. This is used to ensure that synchronous requests
|
| // are always given the highest possible priority, as well as to ensure that there isn't priority
|
| // churn if images move in and out of the viewport, or is displayed more than once, both in and out
|
|
|