| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| index ddfdd8c00dd64fa554edbed6d0943e961e3c4af9..ccbe235e943272929795f4aa43b1dd563aef0b45 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| @@ -14,7 +14,7 @@
|
| namespace blink {
|
|
|
| class LayoutBox;
|
| -class NGFragment;
|
| +class NGBoxFragment;
|
| class NGLayoutOpportunityIterator;
|
|
|
| // TODO(glebl@): unused, delete.
|
| @@ -107,7 +107,7 @@ class CORE_EXPORT NGConstraintSpace final
|
| // Modifies constraint space to account for a placed fragment. Depending on
|
| // the shape of the fragment this will either modify the inline or block
|
| // size, or add an exclusion.
|
| - void Subtract(const NGFragment*);
|
| + void Subtract(const NGBoxFragment*);
|
|
|
| NGLayoutOpportunityIterator* LayoutOpportunities(
|
| unsigned clear = kNGClearNone,
|
|
|