| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h
|
| index bf2615dab197f156356728444565a3e843f03cca..3fea30e5962b0c390cdc31ee46e91a96e1b3aef0 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_coordinator.h
|
| @@ -20,7 +20,7 @@ class CORE_EXPORT NGLayoutCoordinator final
|
| public:
|
| NGLayoutCoordinator(NGLayoutInputNode*, NGConstraintSpace*);
|
|
|
| - bool Tick(NGPhysicalFragmentBase**);
|
| + bool Tick(NGPhysicalFragment**);
|
|
|
| DECLARE_TRACE()
|
|
|
| @@ -31,7 +31,7 @@ class CORE_EXPORT NGLayoutCoordinator final
|
|
|
| private:
|
| HeapVector<Member<NGLayoutAlgorithm>> layout_algorithms_;
|
| - Member<NGPhysicalFragmentBase> fragment_;
|
| + Member<NGPhysicalFragment> fragment_;
|
| };
|
| }
|
|
|
|
|