| 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..bd19eff3a8f899f81fd1b449c66811bc6d8a8481 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -162,7 +162,6 @@ public:
|
| 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; }
|
|
|