| 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 e331b41544265c8e67b4ac98b9c8975b54e66346..ed341bf61e8dbea5cef5ea6de72fd235d6b65003 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 previousOffsetForBackwardDeletion(int current) const;
|
| -
|
| - // ImageResourceObserver override.
|
| + // ImageResourceClient override.
|
| void imageChanged(ImageResource*, const IntRect* = nullptr) final;
|
| bool willRenderImage() final;
|
| bool getImageAnimationPolicy(ImageAnimationPolicy&) final;
|
|
|