Index: Source/web/PageWidgetDelegate.cpp |
diff --git a/Source/web/PageWidgetDelegate.cpp b/Source/web/PageWidgetDelegate.cpp |
index 56cfa426fcffa18585ebffeac1ccb26a5e44e904..9f62829816ba0cade0dcf56dc0a92815d8f88c10 100644 |
--- a/Source/web/PageWidgetDelegate.cpp |
+++ b/Source/web/PageWidgetDelegate.cpp |
@@ -64,6 +64,7 @@ void PageWidgetDelegate::animate(Page* page, double monotonicFrameBeginTime, Loc |
WTF_LOG(ScriptedAnimationController, "PageWidgetDelegate::animate: view = %d", !view ? 0 : 1); |
if (!view) |
return; |
+ |
page->autoscrollController().animate(monotonicFrameBeginTime); |
page->animator().serviceScriptedAnimations(monotonicFrameBeginTime); |
} |