| Index: third_party/WebKit/Source/core/layout/ng/ng_text_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.h
|
| index b5b3a0f022474e005aabfa1c7a061bb243c885a0..cac82e11d94a04f2221fd083a0b0908744d79e6c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.h
|
| @@ -14,9 +14,8 @@ namespace blink {
|
| class CORE_EXPORT NGTextFragment final : public NGFragment {
|
| public:
|
| NGTextFragment(NGWritingMode writing_mode,
|
| - TextDirection direction,
|
| NGPhysicalTextFragment* physical_text_fragment)
|
| - : NGFragment(writing_mode, direction, physical_text_fragment) {}
|
| + : NGFragment(writing_mode, physical_text_fragment) {}
|
| };
|
|
|
| } // namespace blink
|
|
|