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 49d84c9545ea0007d229625bf1ab2e2d56d56948..fa98e5a2beeded2917a1883383dc865236693b84 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -3145,7 +3145,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 |