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

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

Issue 2786923004: [LayoutNG] WIP on storing layout output in the legacy tree for multicol. (Closed)
Patch Set: Fake a flow thread portion height value. Created 3 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/LayoutFlowThread.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
index 237bacac61753464c90959f7a1c38ec97f50d2aa..4d454bb96a821352075c8832258bd2d31bf2b00b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
@@ -90,8 +90,6 @@ void LayoutFlowThread::removeColumnSetFromThread(
void LayoutFlowThread::validateColumnSets() {
m_columnSetsInvalidated = false;
- // Called to get the maximum logical width for the columnSet.
- updateLogicalWidth();
generateColumnSetIntervalTree();
}

Powered by Google App Engine
This is Rietveld 408576698