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

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

Issue 2469873002: [ImageResource 4] Split ImageResource into Resource and Image parts (Closed)
Patch Set: comments Created 4 years 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 4e1c0378a975f62d073872a817b7331b429b8624..71cfb62dcbec65c070a69baaeca41a2a8d9423ac 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1458,7 +1458,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
virtual int caretMaxOffset() const;
// ImageResourceClient override.
- void imageChanged(ImageResource*, const IntRect* = nullptr) final;
+ void imageChanged(ImageResourceContent*, const IntRect* = nullptr) final;
bool willRenderImage() final;
bool getImageAnimationPolicy(ImageAnimationPolicy&) final;

Powered by Google App Engine
This is Rietveld 408576698