| 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 0b1b4fc2a012753d6425c1a9e7814412d234ff65..451c3f3550db1f98901ea889d8adabb6d25bdb49 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
 | 
| @@ -21,9 +21,8 @@ class CORE_EXPORT NGPhysicalTextFragment final : public NGPhysicalFragment {
 | 
|                           unsigned item_index,
 | 
|                           unsigned start_offset,
 | 
|                           unsigned end_offset,
 | 
| -                         NGPhysicalSize size,
 | 
| -                         NGPhysicalSize overflow)
 | 
| -      : NGPhysicalFragment(layout_object, size, overflow, kFragmentText),
 | 
| +                         NGPhysicalSize size)
 | 
| +      : NGPhysicalFragment(layout_object, size, kFragmentText),
 | 
|          node_(node),
 | 
|          item_index_(item_index),
 | 
|          start_offset_(start_offset),
 | 
| 
 |