Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: Source/core/fetch/ResourceLoaderHost.h

Issue 153983004: Schedule image resource downloads by decreasing visual impact - Blink Side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes from review. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/fetch/ResourceLoaderHost.h
diff --git a/Source/core/fetch/ResourceLoaderHost.h b/Source/core/fetch/ResourceLoaderHost.h
index ea7d58b7718ce918331b89e9711472b95d3d8e8f..609c089e045eb875704f0e1e36d04687b582722e 100644
--- a/Source/core/fetch/ResourceLoaderHost.h
+++ b/Source/core/fetch/ResourceLoaderHost.h
@@ -56,7 +56,7 @@ public:
virtual void redirectReceived(Resource*, const ResourceResponse&) = 0;
virtual void didFinishLoading(const Resource*, double finishTime) = 0;
- virtual void didChangeLoadingPriority(const Resource*, ResourceLoadPriority) = 0;
+ virtual void didChangeLoadingPriority(const Resource*, ResourceLoadPriority, int intraPriorityValue) = 0;
virtual void didFailLoading(const Resource*, const ResourceError&) = 0;
virtual void willSendRequest(unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&) = 0;

Powered by Google App Engine
This is Rietveld 408576698