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 2049367d76af354817202b78d02a37dc94f97772..d926d739b07bcc339469cfef6abf304924d1a394 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -3142,7 +3142,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 |