Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: third_party/WebKit/Source/core/fetch/MockResourceClients.h

Issue 2468883003: [ImageResource 0b] Decouple ImageResourceObserver::imageNotifyFinished() from notifyFinished() (Closed)
Patch Set: comment Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698