| 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 47517031fb0df30b62b0d5d9b144923ef2b6f379..e18af943b74362fd21031866db8e80ac1817beba 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -984,7 +984,6 @@ class CORE_EXPORT FrameView final
|
| template <typename Function>
|
| void forAllNonThrottledFrameViews(const Function&);
|
|
|
| - void setNeedsUpdateViewportIntersection();
|
| void updateViewportIntersectionsForSubtree(
|
| DocumentLifecycle::LifecycleState targetState);
|
| void updateRenderThrottlingStatus(bool hidden, bool subtreeThrottled);
|
| @@ -1075,8 +1074,6 @@ class CORE_EXPORT FrameView final
|
| float m_browserControlsViewportAdjustment;
|
|
|
| bool m_needsUpdateWidgetGeometries;
|
| - bool m_needsUpdateViewportIntersection;
|
| - bool m_needsUpdateViewportIntersectionInSubtree;
|
|
|
| #if ENABLE(ASSERT)
|
| // Verified when finalizing.
|
|
|