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