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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc

Issue 2764753007: [LayoutNG] Add NGLineBoxFragment (Closed)
Patch Set: Rebase again as other CLs landed faster Created 3 years, 9 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
Index: third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
index 420b79fb20950b4120d1306c728e315bc836429d..3d0b71b133a57840bd47892cad5616de85ccaaf9 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
@@ -19,9 +19,9 @@ NGPhysicalBoxFragment::NGPhysicalBoxFragment(
RefPtr<NGBreakToken> break_token)
: NGPhysicalFragment(layout_object,
size,
- overflow,
kFragmentBox,
std::move(break_token)),
+ overflow_(overflow),
positioned_floats_(positioned_floats),
bfc_offset_(bfc_offset),
end_margin_strut_(end_margin_strut) {

Powered by Google App Engine
This is Rietveld 408576698