| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_data.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_data.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_data.h
|
| index 1989c8ac7ef134c7fb659b7246be5f47dcaef5d9..7948dbf71d08a3d0f46cafa2ef7fbe0445e00c9b 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_data.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_data.h
|
| @@ -18,6 +18,7 @@ struct CORE_EXPORT NGInlineNodeData {
|
| private:
|
| friend class NGInlineNode;
|
| friend class NGInlineNodeForTest;
|
| + friend class NGTextOffsetMap;
|
|
|
| // Text content for all inline items represented by a single NGInlineNode.
|
| // Encoded either as UTF-16 or latin-1 depending on the content.
|
|
|