Index: public/platform/WebURLLoader.h |
diff --git a/public/platform/WebURLLoader.h b/public/platform/WebURLLoader.h |
index e183a32104018f69dca07a9600f50054b9e64edd..4aca53a06e39b0492365db9e95b7893d36834f52 100644 |
--- a/public/platform/WebURLLoader.h |
+++ b/public/platform/WebURLLoader.h |
@@ -69,6 +69,7 @@ public: |
// its previous value. For example, a preload request starts with low |
// priority, but may increase when the resource is needed for rendering. |
virtual void didChangePriority(WebURLRequest::Priority newPriority) { } |
+ virtual void didChangePriority(WebURLRequest::Priority newPriority, int intraPriorityValue) { didChangePriority(newPriority); } |
}; |
} // namespace blink |