| 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 a246a45940795d31992ff7e5b215b1582d9de5d3..4421a432c981e13272cb2b8b2eb5f0c1d737a15f 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
|
| @@ -13,7 +13,9 @@ namespace blink {
|
|
|
| NGFragmentBuilder::NGFragmentBuilder(
|
| NGPhysicalFragmentBase::NGFragmentType type)
|
| - : type_(type), writing_mode_(kHorizontalTopBottom), direction_(LTR) {}
|
| + : type_(type),
|
| + writing_mode_(kHorizontalTopBottom),
|
| + direction_(TextDirection::Ltr) {}
|
|
|
| NGFragmentBuilder& NGFragmentBuilder::SetWritingMode(
|
| NGWritingMode writing_mode) {
|
|
|