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

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

Issue 2210473002: Mark ResourceClient/ImageResourceObserver finished just before notifying (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 years, 4 months 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/ImageResource.h
diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.h b/third_party/WebKit/Source/core/fetch/ImageResource.h
index 9e23791f6d994e83c95fc5153a04cf7c40111463..ef60a03105b74bc7c480511af2a9069881fa8fae 100644
--- a/third_party/WebKit/Source/core/fetch/ImageResource.h
+++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
@@ -162,8 +162,8 @@ private:
void ensureImage();
- void checkNotify() override;
- void markClientsAndObserversFinished() override;
+ void checkNotify(MarkFinishedOption) override;
+ void markObserverFinished(ImageResourceObserver*);
void doResetAnimation();

Powered by Google App Engine
This is Rietveld 408576698