| 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 4b8218f22267479b7af840e67baa215420ef1fee..9d51c076ff4dfb087016d75dd714b8f48075ab71 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; }
|
|
|