| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 196d737ed095c23c6f9027bf42baaa3a2f12e36d..be06444d9c29d9e385e1765857d27c6bd032d8be 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -944,7 +944,7 @@ class CORE_EXPORT FrameView final
|
| void scheduleOrPerformPostLayoutTasks();
|
| void performPostLayoutTasks();
|
|
|
| - void maybeRecordLoadReason();
|
| + void recordDeferredLoadingStats();
|
|
|
| DocumentLifecycle& lifecycle() const;
|
|
|
|
|