Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h

Issue 2363743006: Remove redundant copy constructor for NGPhysicalConstraintSpace (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698