Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
index eba0950b185667ad08068f3d58df8b1110c2fec2..96d8f4efece1d01ee55f46f37a98292c8df07c03 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
@@ -93,7 +93,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm |
// BFC Offset is known here because of the padding. |
// <div style="padding: 1px"> |
// <div id="empty-div" style="margins: 1px"></div> |
- NGLogicalOffset PositionWithParentBfc(); |
+ NGLogicalOffset PositionWithParentBfc(const NGConstraintSpace& space); |
void FinishFloatChildLayout(const ComputedStyle&, |
const NGConstraintSpace&, |