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 e896074c771bc126d1261a6779d12418335b188c..91834a0949d53b97c506ccf7384506a167979950 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
| @@ -1549,7 +1549,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
| // Sub-classes that have an associated image need to override this function |
| // to get notified of any image change. |
| - virtual void ImageChanged(WrappedImagePtr, const IntRect* = nullptr) {} |
| + void ImageChanged(WrappedImagePtr, const IntRect* = nullptr) override {} |
|
ikilpatrick
2017/06/13 18:41:00
move up to other ImageChanged override.
|
| std::pair<int, int> SelectionStartEnd() const; |