| 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 3ecbe248d3a1bf5f636ffcbd1545cf220a214750..403688bc2cda9478b6005c60268e0660384db484 100644
|
| --- a/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| +++ b/third_party/WebKit/Source/core/loader/ProgressTracker.h
|
| @@ -27,6 +27,7 @@
|
| #define ProgressTracker_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/loader/FrameLoaderTypes.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/network/ResourceLoadPriority.h"
|
| #include "wtf/Allocator.h"
|
| @@ -58,7 +59,7 @@ class CORE_EXPORT ProgressTracker final
|
|
|
| double estimatedProgress() const;
|
|
|
| - void progressStarted();
|
| + void progressStarted(FrameLoadType);
|
| void progressCompleted();
|
|
|
| void finishedParsing();
|
|
|