| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index d9b8bb7ebea04cd5b4eac3b774ade6793ef6b7bd..590493a441bccead326dc2dbccdbf0c52dfb5076 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -161,9 +161,7 @@ public:
|
| int caretMaxOffset() const override;
|
| unsigned resolvedTextLength() const;
|
|
|
| - int previousOffset(int current) const final;
|
| int previousOffsetForBackwardDeletion(int current) const final;
|
| - int nextOffset(int current) const final;
|
|
|
| bool containsReversedText() const { return m_containsReversedText; }
|
|
|
|
|