| 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 6b48b4acb9695727fc8b6a28704f1757ca973563..a9fe01b750dab61bf787b5286082fe37e2146c7a 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
|
| @@ -101,7 +101,6 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| // Calculates offset for the provided fragment which is relative to the
|
| // fragment's parent.
|
| NGLogicalOffset CalculateRelativeOffset(const NGBoxFragment& fragment);
|
| -
|
| NGLogicalOffset GetChildSpaceOffset() const {
|
| return NGLogicalOffset(border_and_padding_.inline_start, content_size_);
|
| }
|
|
|