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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFlowThread.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/LayoutFlowThread.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
index 594eafd95071977b9354c3932e8f6f89022d6acd..354991cebe9252eb4d0b96b7554d60771e41552d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
@@ -141,6 +141,7 @@ class CORE_EXPORT LayoutFlowThread : public LayoutBlockFlow {
LayoutUnit contentLogicalHeight) const;
virtual bool isPageLogicalHeightKnown() const { return true; }
+ virtual bool mayHaveNonUniformPageLogicalHeight() const = 0;
bool pageLogicalSizeChanged() const { return m_pageLogicalSizeChanged; }
// Return the visual bounding box based on the supplied flow-thread bounding

Powered by Google App Engine
This is Rietveld 408576698