| 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 4d9f9b3c91b1184105f61c3ed23f88107be1f30f..a392af7a46970f2588c750f74ebaa5bb253669eb 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
|
| @@ -13,7 +13,6 @@
|
|
|
| namespace blink {
|
|
|
| -class ComputedStyle;
|
| class LayoutBox;
|
| class NGFragment;
|
| class NGLayoutOpportunityIterator;
|
| @@ -110,7 +109,6 @@ class CORE_EXPORT NGConstraintSpace final
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|
| - NGConstraintSpace* ChildSpace(const ComputedStyle* style) const;
|
| String ToString() const;
|
|
|
| private:
|
|
|