Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 6f38e56ff0649300a4a808fcd6b392c570517978..c6e0d80bbcbecaf2915d541e062287fd3a866141 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -67,6 +67,10 @@ |
// CSS Animation and Transition testing. |
[RaisesException] void pauseAnimations(double pauseTime); |
+ // Modifies m_desiredFrameStartTime in BitmapImage to advance the next frame time |
+ // for testing whether animated images work properly. |
+ [RaisesException] void advanceTimeForImage(Element image, double deltaTimeInSeconds); |
+ |
[RaisesException, TypeChecking=Interface] Node nextSiblingInComposedTree(Node node); |
[RaisesException, TypeChecking=Interface] Node firstChildInComposedTree(Node node); |
[RaisesException, TypeChecking=Interface] Node lastChildInComposedTree(Node node); |