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

Unified Diff: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h

Issue 2164233002: Use-count when SMIL animation renders a frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@smil-use-counters
Patch Set: Created 4 years, 5 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/svg/animation/SMILTimeContainer.h
diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
index 33775a38148a85df53c7c0ec808e67c53f524f3d..4ad60156cc24df7cc056ecc7949c3c009e4cad7c 100644
--- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
+++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.h
@@ -126,6 +126,8 @@ private:
FrameSchedulingState m_frameSchedulingState;
bool m_documentOrderIndexesDirty;
+ bool m_hasUpdatedAnimation;
+
Timer<SMILTimeContainer> m_wakeupTimer;
Timer<SMILTimeContainer> m_animationPolicyOnceTimer;

Powered by Google App Engine
This is Rietveld 408576698