| 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..ab548670531c2b74832b260ed0ca0ec0c7a64938 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1223,9 +1223,7 @@ public:
|
| virtual int caretMinOffset() const;
|
| virtual int caretMaxOffset() const;
|
|
|
| - virtual int previousOffset(int current) const;
|
| virtual int previousOffsetForBackwardDeletion(int current) const;
|
| - virtual int nextOffset(int current) const;
|
|
|
| // ImageResourceClient override.
|
| void imageChanged(ImageResource*, const IntRect* = nullptr) final;
|
|
|