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

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

Issue 2308393002: Mark ResourceClient/ImageResourceObserver finished just before notifying (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 3 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 55e869faa7e0642f8d3a8ceccfef153240cf6cde..37bb5c535e627f1d1907f49d813802435392d8b0 100644
--- a/third_party/WebKit/Source/core/fetch/ImageResource.h
+++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
@@ -163,7 +163,8 @@ private:
void ensureImage();
void checkNotify() override;
- void markClientsAndObserversFinished() override;
+ void notifyObserversInternal(MarkFinishedOption);
+ void markObserverFinished(ImageResourceObserver*);
void doResetAnimation();

Powered by Google App Engine
This is Rietveld 408576698