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 6f2be648af1c9c31e1949941a6ffbec4a62d1e49..e721c45d369a1c594364cf069ed392501d61082f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -3139,7 +3139,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 |