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

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

Issue 2417113002: [LayoutNG] Fix orthogonal writing mode child margin strut from being used in collapsing margins cal… (Closed)
Patch Set: spelling. Created 4 years, 2 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_fragment_builder.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
index f7ef2e236c9daf7dfb89efc16267fb26051ef9a9..91f6f53a23e5e00bccdcb134ac9c48f90535882e 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
@@ -83,7 +83,7 @@ NGPhysicalFragment* NGFragmentBuilder::ToFragment() {
}
return new NGPhysicalFragment(physical_size,
overflow_.ConvertToPhysical(writing_mode_),
- children, margin_strut_);
+ children, margin_strut_, writing_mode_);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698