Chromium Code Reviews| 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 fba3907f684131b3dfda7eb454f571bef5593ffa..e1bd04694e86b87a51a804394b9cef2862c262b0 100644 |
| --- a/third_party/WebKit/Source/core/frame/FrameView.h |
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h |
| @@ -852,7 +852,7 @@ class CORE_EXPORT FrameView final |
| void scheduleOrPerformPostLayoutTasks(); |
| void performPostLayoutTasks(); |
| - void maybeRecordLoadReason(); |
| + void recordDeferredLoadingStats(); |
| DocumentLifecycle& lifecycle() const; |
| @@ -1023,7 +1023,6 @@ class CORE_EXPORT FrameView final |
| float m_browserControlsViewportAdjustment; |
| bool m_needsUpdateWidgetGeometries; |
| - bool m_needsUpdateViewportIntersection; |
|
dgrogan
2016/11/17 22:28:33
A previous CL removed the last uses. Just cleaning
|
| bool m_needsUpdateViewportIntersectionInSubtree; |
| #if ENABLE(ASSERT) |