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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h

Issue 1429903003: Always lay out the flow thread when the multicol container is laid out. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/layout/LayoutMultiColumnFlowThread.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
index f8ee93602a59446033603da42e1b9d6ad3b8012a..2a9278f1b2b84e119873944585ac6ffd331baf1b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
@@ -175,7 +175,7 @@ public:
LayoutMultiColumnSet* columnSetAtBlockOffset(LayoutUnit) const final;
- void layoutColumns(bool relayoutChildren, SubtreeLayoutScope&);
+ void layoutColumns(SubtreeLayoutScope&);
bool isInInitialLayoutPass() const { return !m_inBalancingPass; }

Powered by Google App Engine
This is Rietveld 408576698