| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| index ebd5ea9d68c1341a9c0cf775a181771b7abe2c14..15a7c7c462dfc2ad63f959091cd47b3cec843799 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| @@ -59,7 +59,6 @@ class CORE_EXPORT NGPhysicalConstraintSpace final
|
| public:
|
| NGPhysicalConstraintSpace();
|
| NGPhysicalConstraintSpace(NGPhysicalSize);
|
| - NGPhysicalConstraintSpace(const NGPhysicalConstraintSpace&);
|
|
|
| NGPhysicalSize ContainerSize() const { return container_size_; }
|
|
|
|
|