Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 13872c04beff4915d836ee7fc4fdea9c364d41ff..3ae25bcba0eadf1aaaae1163c05802be74b3e99c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -778,8 +778,14 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock { |
return maxPositiveMarginAfter() - maxNegativeMarginAfter(); |
} |
+ LayoutUnit adjustedMarginBeforeForPagination( |
+ const LayoutBox&, |
+ LayoutUnit logicalTopMarginEdge, |
+ LayoutUnit logicalTopBorderEdge, |
+ const BlockChildrenLayoutInfo&) const; |
+ |
LayoutUnit collapseMargins(LayoutBox& child, |
- MarginInfo&, |
+ BlockChildrenLayoutInfo&, |
bool childIsSelfCollapsing, |
bool childDiscardMarginBefore, |
bool childDiscardMarginAfter); |