Chromium Code Reviews| Index: Source/WebCore/page/FrameView.h |
| =================================================================== |
| --- Source/WebCore/page/FrameView.h (revision 116642) |
| +++ Source/WebCore/page/FrameView.h (working copy) |
| @@ -112,7 +112,7 @@ |
| bool needsFullRepaint() const { return m_doFullRepaint; } |
| #if ENABLE(REQUEST_ANIMATION_FRAME) |
| - void serviceScriptedAnimations(double monotonicAnimationStartTime); |
| + void serviceScriptedAnimations(DOMTimeStamp); |
| #endif |
| #if USE(ACCELERATED_COMPOSITING) |