| Index: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| index c7aa89346f78592631eb1e82939e761654abd6d4..77a8b11d43466a76c27839460ed62d1ab160d549 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| @@ -10,6 +10,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/protocol/Tracing.h"
|
| +#include "core/loader/FrameLoaderTypes.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -45,7 +46,7 @@ class CORE_EXPORT InspectorTracingAgent final
|
| Response disable() override;
|
|
|
| // InspectorInstrumentation methods
|
| - void frameStartedLoading(LocalFrame*);
|
| + void frameStartedLoading(LocalFrame*, FrameLoadType);
|
| void frameStoppedLoading(LocalFrame*);
|
|
|
| // Protocol method implementations.
|
|
|