| Index: third_party/WebKit/Source/core/loader/resource/MockImageResourceObserver.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/MockImageResourceObserver.cpp b/third_party/WebKit/Source/core/loader/resource/MockImageResourceObserver.cpp
|
| index 504ee10ab86c1778adfef9f873ae511db3f25263..04326872ce90c02034c5b376c7520513f9726a84 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/MockImageResourceObserver.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/resource/MockImageResourceObserver.cpp
|
| @@ -44,6 +44,7 @@ void MockImageResourceObserver::imageNotifyFinished(
|
| m_imageNotifyFinishedCount++;
|
| m_imageWidthOnImageNotifyFinished =
|
| m_content->hasImage() ? m_content->getImage()->width() : 0;
|
| + m_statusOnImageNotifyFinished = m_content->getStatus();
|
| }
|
|
|
| bool MockImageResourceObserver::imageNotifyFinishedCalled() const {
|
|
|