| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index ba9865117d4388186b5d571d30fdee028a71d129..4e148505240e2f01ed9891d2312befdf447c09a9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1224,7 +1224,6 @@ public:
|
| virtual int caretMaxOffset() const;
|
|
|
| virtual int previousOffset(int current) const;
|
| - virtual int previousOffsetForBackwardDeletion(int current) const;
|
| virtual int nextOffset(int current) const;
|
|
|
| // ImageResourceClient override.
|
|
|