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

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

Issue 2524333003: Clamp scroll offset after overflow reclacs that are not layout inducing (Closed)
Patch Set: 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.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index 5a0c97af9389ab963b0774f352ea771cefd9a383..de0c81b54af551c349f7126c6723af96e8b56904 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -320,7 +320,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
// Currently, they run at the end of box()'es layout (or after all flexbox
// layout has finished) but while document layout is still happening.
void updateAfterLayout();
- void clampScrollOffsetsAfterLayout();
+ void clampScrollOffsetAfterOverflowChange();
void didChangeGlobalRootScroller() override;

Powered by Google App Engine
This is Rietveld 408576698