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

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

Issue 2470733002: Revert of [LayoutNG] Remove simple constructors from NGPhysicalConstraintSpace. (Closed)
Patch Set: Created 4 years, 1 month 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
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 37914464d2b7674a41a23008dcee11d736ed4f50..9ee6640ae281ec7c87024a73cae1b4cdd6f0d155 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
@@ -70,6 +70,9 @@
NGFragmentationType height_direction_fragmentation_type,
bool is_new_fc);
+ NGPhysicalConstraintSpace();
+ NGPhysicalConstraintSpace(NGPhysicalSize);
+
NGPhysicalSize ContainerSize() const { return container_size_; }
void AddExclusion(const NGExclusion*, unsigned options = 0);

Powered by Google App Engine
This is Rietveld 408576698