| Index: third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| index b16526d0c8093cf937950cd736d93f6620d536de..930d6e1d05744fdefbdfb736cf9a0c82124ae761 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
|
| @@ -21,6 +21,7 @@ class ComputedStyle;
|
| class LayoutObject;
|
| class NGConstraintSpace;
|
| class NGFragmentBase;
|
| +class NGFragmentBuilder;
|
| class NGLayoutAlgorithm;
|
| class NGLayoutInlineItem;
|
| class NGLayoutInlineItemsBuilder;
|
| @@ -38,6 +39,8 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| // calling the Layout method.
|
| void PrepareLayout();
|
|
|
| + unsigned CreateLine(unsigned start, NGConstraintSpace*, NGFragmentBuilder*);
|
| +
|
| String Text(unsigned start_offset, unsigned end_offset) const {
|
| return text_content_.substring(start_offset, end_offset);
|
| }
|
|
|