| Index: Source/core/fetch/ResourceLoaderHost.h
|
| diff --git a/Source/core/fetch/ResourceLoaderHost.h b/Source/core/fetch/ResourceLoaderHost.h
|
| index edf49a33b6a5e70e9bfa0d0b71a69f3128e66fde..51a21dd979e9f4da8858517a374a381523bd7972 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, int64_t encodedDataLength) = 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;
|
|
|