| Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| index fe1a12880c9c4793ea7c785df7f33b1274dff65b..e3ad22dba1e31c8d6bff40012914c67991499573 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
|
| @@ -99,9 +99,6 @@ class CORE_EXPORT NGFragmentBuilder final {
|
|
|
| // Creates the fragment. Can only be called once.
|
| RefPtr<NGLayoutResult> ToBoxFragment();
|
| - RefPtr<NGPhysicalTextFragment> ToTextFragment(unsigned index,
|
| - unsigned start_offset,
|
| - unsigned end_offset);
|
|
|
| Vector<RefPtr<NGPhysicalFragment>>& MutableChildren() { return children_; }
|
|
|
|
|