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 4875abf2d657e8c3ea17283b05958934660cf3f0..65f235853908759c28de1fa2928a3f6695984cff 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 |
@@ -10,7 +10,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) { |