| Index: third_party/WebKit/Source/core/layout/ng/ng_margin_strut.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/NGMarginStrut.h b/third_party/WebKit/Source/core/layout/ng/ng_margin_strut.h
|
| similarity index 67%
|
| rename from third_party/WebKit/Source/core/layout/ng/NGMarginStrut.h
|
| rename to third_party/WebKit/Source/core/layout/ng/ng_margin_strut.h
|
| index 80ffe4afd2a9424eba331458b6dac02b3ed17c78..cbfe3838b6784127237e19c0d6ea703cd0257834 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/NGMarginStrut.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_margin_strut.h
|
| @@ -12,13 +12,13 @@ namespace blink {
|
|
|
| // This struct is used for the margin collapsing calculation.
|
| struct NGMarginStrut {
|
| - LayoutUnit marginBlockStart;
|
| - LayoutUnit marginBlockEnd;
|
| + LayoutUnit marginBlockStart;
|
| + LayoutUnit marginBlockEnd;
|
|
|
| - LayoutUnit negativeMarginBlockStart;
|
| - LayoutUnit negativeMarginBlockEnd;
|
| + LayoutUnit negativeMarginBlockStart;
|
| + LayoutUnit negativeMarginBlockEnd;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // NGMarginStrut_h
|
| +#endif // NGMarginStrut_h
|
|
|