Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 10147df3014f292419455483bee9818db6e2cbeb..2f598382ba050d247277c72a9d3de91069da4bc8 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -111,6 +111,10 @@ public: |
// CSS Animation / Transition testing. |
void pauseAnimations(double pauseTime, ExceptionState&); |
+ // Modifies m_desiredFrameStartTime in BitmapImage to advance the next frame time |
+ // for testing whether animated images work properly. |
+ void advanceTimeForImage(Element* image, double deltaTimeInSeconds, ExceptionState&); |
+ |
bool isValidContentSelect(Element* insertionPoint, ExceptionState&); |
Node* treeScopeRootNode(Node*); |
Node* parentTreeScope(Node*); |