| 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 032c868d381d8afc027e99177649b90c23547033..c64e6f6e3aecb457ab8db365d088e0ef89aac89a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1224,8 +1224,6 @@ public:
|
| virtual int caretMinOffset() const;
|
| virtual int caretMaxOffset() const;
|
|
|
| - virtual int previousOffsetForBackwardDeletion(int current) const;
|
| -
|
| // ImageResourceClient override.
|
| void imageChanged(ImageResource*, const IntRect* = nullptr) final;
|
| bool willRenderImage(ImageResource*) final;
|
|
|