| 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
|
|
|