| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| index 9ec2d52ca1886e40deb9e0569acdd3ca48bad805..5af006f4649233d7cc55059be4c0fa0b5c8e8fce 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| @@ -95,7 +95,7 @@ NGFragmentationType NGConstraintSpace::BlockFragmentationType() const {
|
| return static_cast<NGFragmentationType>(block_direction_fragmentation_type_);
|
| }
|
|
|
| -void NGConstraintSpace::Subtract(const NGFragment*) {
|
| +void NGConstraintSpace::Subtract(const NGBoxFragment*) {
|
| // TODO(layout-ng): Implement.
|
| }
|
|
|
|
|