| 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 497a1c0838bb49cba798958a4123b2276e07ba9f..6496995b868b4acf0380b72afeec296ae090269a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -905,7 +905,7 @@ class CORE_EXPORT FrameView final
|
| void scheduleOrPerformPostLayoutTasks();
|
| void performPostLayoutTasks();
|
|
|
| - void maybeRecordLoadReason();
|
| + void recordDeferredLoadingStats();
|
|
|
| DocumentLifecycle& lifecycle() const;
|
|
|
| @@ -1080,7 +1080,6 @@ class CORE_EXPORT FrameView final
|
| float m_browserControlsViewportAdjustment;
|
|
|
| bool m_needsUpdateWidgetGeometries;
|
| - bool m_needsUpdateViewportIntersection;
|
| bool m_needsUpdateViewportIntersectionInSubtree;
|
|
|
| #if ENABLE(ASSERT)
|
|
|