| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| index a2288f09aa157223d11de3c43c9575f90e199f23..ce9c9d7f736fabf9ea3babaf7f3a61c7b2c9ef2f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
|
| @@ -61,6 +61,7 @@ class CORE_EXPORT NGInlineNode : public NGLayoutInputNode {
|
| }
|
|
|
| Vector<NGLayoutInlineItem>& Items() { return items_; }
|
| + const Vector<NGLayoutInlineItem>& Items() const { return items_; }
|
| NGLayoutInlineItemRange Items(unsigned start_index, unsigned end_index);
|
|
|
| void GetLayoutTextOffsets(Vector<unsigned, 32>*);
|
|
|