Chromium Code Reviews| 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. |
|
yosin_UTC9
2016/03/28 09:13:04
Good catch!
|
| void imageChanged(ImageResource*, const IntRect* = nullptr) final; |
| bool willRenderImage() final; |
| bool getImageAnimationPolicy(ImageAnimationPolicy&) final; |