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

Unified Diff: webkit/child/weburlloader_impl.h

Issue 146333004: Introduce an intra-priority level sorting value - Chromium Side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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: webkit/child/weburlloader_impl.h
diff --git a/webkit/child/weburlloader_impl.h b/webkit/child/weburlloader_impl.h
index 3cd200183bbc2b6591fec54a01872093e6858688..e941039e7f1e86684bf048695c4ce0f6e988fb92 100644
--- a/webkit/child/weburlloader_impl.h
+++ b/webkit/child/weburlloader_impl.h
@@ -37,7 +37,8 @@ class WebURLLoaderImpl : public blink::WebURLLoader {
blink::WebURLLoaderClient* client);
virtual void cancel();
virtual void setDefersLoading(bool value);
- virtual void didChangePriority(blink::WebURLRequest::Priority new_priority);
+ virtual void didChangePriority(blink::WebURLRequest::Priority new_priority,
+ int intra_priority_value);
private:
class Context;

Powered by Google App Engine
This is Rietveld 408576698