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 ad9540e9ffa6ff687d202d71916a231e1937b470..3316110d55193c402ac77bee039beb82dc3546b9 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), |