Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2941533002: Break StyleImage dependency on LayoutObject (Closed)
Patch Set: Rebase w/HEAD Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698