| Index: third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ProgressTracker.h b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| index 1524a1f535f3e3a5b137684ce87d884203d8314a..20355ea8f968f0f719e46bb204e403b34cb03957 100644
|
| --- a/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| +++ b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/network/ResourceLoadPriority.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
| @@ -60,7 +61,7 @@ public:
|
|
|
| void finishedParsing();
|
|
|
| - void willStartLoading(unsigned long identifier);
|
| + void willStartLoading(unsigned long identifier, ResourceLoadPriority);
|
| void incrementProgress(unsigned long identifier, const ResourceResponse&);
|
| void incrementProgress(unsigned long identifier, int);
|
| void completeProgress(unsigned long identifier);
|
|
|