Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2610963003: Get rid of obsolete FrameView::m_shouldUpdateViewportIntersection. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « third_party/WebKit/Source/core/dom/IntersectionObserver.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698