| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| index ddf0703a6bf0f3c5616fcbb4245441b7acda850e..df593447b73e4b96ddaec48ed64ca7103160266c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| @@ -11,8 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT NGConstraintSpaceBuilder final
|
| - : public GarbageCollectedFinalized<NGConstraintSpaceBuilder> {
|
| +class CORE_EXPORT NGConstraintSpaceBuilder final {
|
| public:
|
| NGConstraintSpaceBuilder(const NGConstraintSpace* parent_space);
|
|
|
| @@ -63,8 +62,6 @@ class CORE_EXPORT NGConstraintSpaceBuilder final
|
| // NGWritingMode specifies the writing mode of the generated space.
|
| NGConstraintSpace* ToConstraintSpace(NGWritingMode);
|
|
|
| - DEFINE_INLINE_TRACE() {}
|
| -
|
| private:
|
| // Relative to parent_writing_mode_.
|
| NGLogicalSize available_size_;
|
|
|