| 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
|
|
|