| Index: third_party/WebKit/Source/core/fetch/MockResourceClients.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/MockResourceClients.h b/third_party/WebKit/Source/core/fetch/MockResourceClients.h
|
| index f5a6313c81af8c16740fc0b35c9dc3581e35827d..0f911d4dd1409cdcde779d61896f74cee280f3b3 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MockResourceClients.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MockResourceClients.h
|
| @@ -83,6 +83,7 @@ class MockImageResourceClient final : public MockResourceClient,
|
| void dispose() override;
|
|
|
| int imageChangedCount() const { return m_imageChangedCount; }
|
| + int imageNotifyFinishedCount() const { return m_imageNotifyFinishedCount; }
|
|
|
| size_t encodedSizeOnLastImageChanged() const {
|
| return m_encodedSizeOnLastImageChanged;
|
|
|