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

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

Issue 2004263003: Delay resetting image animation, if possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: expand the comment Created 4 years, 7 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 8ab5b6d18f1cb194d287bbde3fd7ef8540201f5c..0d0910f8c0e0e28b3e7bb8114c983dfe67954af3 100644
--- a/third_party/WebKit/Source/core/fetch/ImageResource.h
+++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
@@ -160,6 +160,8 @@ private:
void checkNotify() override;
void markClientsAndObserversFinished() override;
+ void doResetAnimation();
+
float m_devicePixelRatioHeaderValue;
Member<MultipartImageResourceParser> m_multipartParser;

Powered by Google App Engine
This is Rietveld 408576698