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

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

Issue 2562273003: Disable layout optimization when column height may be non-uniform. (Closed)
Patch Set: Created 4 years 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 a1ad047df7571119eeb4a98c2b4aa8aa03f05781..8264eb4944e68bce1e292071b88e67b17e350c02 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.h
@@ -216,6 +216,7 @@ class CORE_EXPORT LayoutMultiColumnFlowThread : public LayoutFlowThread,
virtual bool needsNewWidth() const;
bool isPageLogicalHeightKnown() const final;
+ bool mayHaveNonUniformPageLogicalHeight() const final;
LayoutSize flowThreadTranslationAtOffset(LayoutUnit,
PageBoundaryRule,

Powered by Google App Engine
This is Rietveld 408576698