Chromium Code Reviews

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

Issue 1691053002: Cannot do simplified layout on an object that contains a column-spanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 0da1737bcd23f722603c12593780c78091f638e9..6313db8566a77439717c0eb3c01ccc884c891dde 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
@@ -88,6 +88,7 @@ public:
LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, PageBoundaryRule);
virtual void contentWasLaidOut(LayoutUnit logicalBottomInFlowThreadAfterPagination) = 0;
+ virtual bool canSkipLayout(const LayoutBox&) const = 0;
// Find and return the next logical top after |flowThreadOffset| that can fit unbreakable
// content as tall as |contentLogicalHeight|. |flowThreadOffset| is expected to be at the exact

Powered by Google App Engine