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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp

Issue 2499853002: Fixed clip resize for document.rootScroller with inertTopControls (Closed)
Patch Set: Addressed feedback Created 4 years, 1 month 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/paint/PaintLayerScrollableArea.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
index 742a651142649cf011455bdb5dbd3840902678ca..e3b0a532cf051b548ef5dce63e259550abd5a976 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
@@ -1760,7 +1760,7 @@ bool PaintLayerScrollableArea::visualViewportSuppliesScrollbars() const {
if (!controller.globalRootScroller())
return false;
- return RootScrollerUtil::scrollableAreaFor(
+ return RootScrollerUtil::scrollableAreaForRootScroller(
*controller.globalRootScroller()) == this;
}

Powered by Google App Engine
This is Rietveld 408576698