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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp

Issue 1775293002: Revert of Reland "Fully (?) fix overflow: auto with delayed scroll updates (patchset #5 id:80001 of https://c… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/layout/LayoutFlexibleBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
index 2c2a5a057b2d07e2f8e2a30beeb49a2f0378722a..bf5e0d81113dcba2241597b406899293d821b613 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
@@ -288,8 +288,7 @@
layoutFlexItems(relayoutChildren, layoutScope);
- if (LayoutBlock::finishDelayUpdateScrollInfo(&layoutScope))
- layoutFlexItems(false, layoutScope);
+ LayoutBlock::finishDelayUpdateScrollInfo();
if (logicalHeight() != previousHeight)
relayoutChildren = true;

Powered by Google App Engine
This is Rietveld 408576698