| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h
|
| index 5495c46d0f4e0113e515ebde657e2cd233bf9660..23d05c3c27975472da1a56eb84deabb643738919 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_text_fragment.h
|
| @@ -17,7 +17,7 @@ namespace blink {
|
| class CORE_EXPORT NGPhysicalTextFragment final : public NGPhysicalFragmentBase {
|
| public:
|
| NGPhysicalTextFragment(NGPhysicalSize size, NGPhysicalSize overflow)
|
| - : NGPhysicalFragmentBase(size, overflow, FragmentText, {}) {}
|
| + : NGPhysicalFragmentBase(size, overflow, FragmentText) {}
|
|
|
| String Text() const { return text_list_->Text(start_offset_, end_offset_); }
|
|
|
|
|