| Index: third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| index a79dcd2f37e396d3cfaedd6c96dfe613c07f6db5..42d59ac840aba7510ee8b3358f73aa7a955c0b9d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
|
| @@ -104,7 +104,8 @@ CORE_EXPORT NGBoxStrut ComputeMargins(const NGConstraintSpace&,
|
| const NGWritingMode writing_mode,
|
| const TextDirection direction);
|
|
|
| -CORE_EXPORT NGBoxStrut ComputeBorders(const ComputedStyle&);
|
| +CORE_EXPORT NGBoxStrut ComputeBorders(const NGConstraintSpace& constraint_space,
|
| + const ComputedStyle&);
|
|
|
| CORE_EXPORT NGBoxStrut ComputePadding(const NGConstraintSpace&,
|
| const ComputedStyle&);
|
|
|