Index: third_party/WebKit/Source/core/layout/ng/ng_units.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_units.h b/third_party/WebKit/Source/core/layout/ng/ng_units.h |
index 615132b38d3e9d83512eed927d29da067d82fbb2..993c64f169a2b32e4813e86cfd1ea40cc00e1cd8 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_units.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_units.h |
@@ -139,6 +139,8 @@ struct CORE_EXPORT NGMarginStrut { |
LayoutUnit negative_margin_block_start; |
LayoutUnit negative_margin_block_end; |
+ LayoutUnit BlockEndSum() const; |
+ |
void AppendMarginBlockStart(const LayoutUnit& value); |
void AppendMarginBlockEnd(const LayoutUnit& value); |
void SetMarginBlockStart(const LayoutUnit& value); |