Index: Source/WebCore/dom/Document.h |
=================================================================== |
--- Source/WebCore/dom/Document.h (revision 116642) |
+++ Source/WebCore/dom/Document.h (working copy) |
@@ -1124,7 +1124,7 @@ |
#if ENABLE(REQUEST_ANIMATION_FRAME) |
int webkitRequestAnimationFrame(PassRefPtr<RequestAnimationFrameCallback>); |
void webkitCancelAnimationFrame(int id); |
- void serviceScriptedAnimations(double monotonicAnimationStartTime); |
+ void serviceScriptedAnimations(DOMTimeStamp); |
#endif |
virtual EventTarget* errorEventTarget(); |