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

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

Issue 2469873002: [ImageResource 4] Split ImageResource into Resource and Image parts (Closed)
Patch Set: Rebase 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.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
index e312145bdb6fa2da33ed7ce7bddb1d9a05052ee5..825fc30c4862a55cc7e922db7ed34062e1fc8b3d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
@@ -3146,7 +3146,8 @@ bool LayoutObject::isInert() const {
return layoutObject->node()->isInert();
}
-void LayoutObject::imageChanged(ImageResource* image, const IntRect* rect) {
+void LayoutObject::imageChanged(ImageResourceContent* image,
+ const IntRect* rect) {
ASSERT(m_node);
// Image change notifications should not be received during paint because

Powered by Google App Engine
This is Rietveld 408576698