| 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 fca695e0c1e108ae1af74a02b0559bb191cdbcfe..f203a73af625672b4ba73c6e0c4f7ab8b38fc8be 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 {
|
| void GetLayoutTextOffsets(Vector<unsigned, 32>*);
|
|
|
| bool IsBidiEnabled() const { return Data().is_bidi_enabled_; }
|
| + TextDirection BaseDirection() const { return Data().BaseDirection(); }
|
|
|
| void AssertOffset(unsigned index, unsigned offset) const;
|
| void AssertEndOffset(unsigned index, unsigned offset) const;
|
|
|