| 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 590493a441bccead326dc2dbccdbf0c52dfb5076..f1e77ebf51cd9ab93c869cef1049f3041358c1ee 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -161,8 +161,6 @@ public:
|
| int caretMaxOffset() const override;
|
| unsigned resolvedTextLength() const;
|
|
|
| - int previousOffsetForBackwardDeletion(int current) const final;
|
| -
|
| bool containsReversedText() const { return m_containsReversedText; }
|
|
|
| bool isSecure() const { return style()->textSecurity() != TSNONE; }
|
|
|