| 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..4554182a548e8305ed0cecbd2d60639cd8cb98b3 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_units.h
|
| @@ -139,11 +139,15 @@ 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);
|
| void SetMarginBlockEnd(const LayoutUnit& value);
|
|
|
| + bool IsEmpty() const;
|
| +
|
| String ToString() const;
|
|
|
| bool operator==(const NGMarginStrut& other) const;
|
|
|