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

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

Issue 1304093006: Add a new API for testing animated images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase harder Created 5 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: Source/core/svg/animation/SMILTimeContainer.h
diff --git a/Source/core/svg/animation/SMILTimeContainer.h b/Source/core/svg/animation/SMILTimeContainer.h
index 54a573ab4bd4b7066dedbc97ddb0af73a8323436..3282f39332675635201cd14a13cc62babab50380 100644
--- a/Source/core/svg/animation/SMILTimeContainer.h
+++ b/Source/core/svg/animation/SMILTimeContainer.h
@@ -69,6 +69,9 @@ public:
void setDocumentOrderIndexesDirty() { m_documentOrderIndexesDirty = true; }
+ // Advance the animation timeline a single frame.
+ void advanceFrameForTesting();
+
DECLARE_TRACE();
private:
« no previous file with comments | « LayoutTests/svg/repaint/image-animation-with-zoom-expected.txt ('k') | Source/core/svg/animation/SMILTimeContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698