Index: sky/engine/core/page/PageAnimator.cpp |
diff --git a/sky/engine/core/page/PageAnimator.cpp b/sky/engine/core/page/PageAnimator.cpp |
index 48fb185d9dbe66fc149c86095b0375dcb6304a35..c339d8f56a5a003ce0365d4c08b4acd1b95433cf 100644 |
--- a/sky/engine/core/page/PageAnimator.cpp |
+++ b/sky/engine/core/page/PageAnimator.cpp |
@@ -35,8 +35,6 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime) |
static_cast<int>(documents.size())); |
for (size_t i = 0; i < documents.size(); ++i) { |
if (documents[i]->frame()) { |
- documents[i]->view()->serviceScrollAnimations(monotonicAnimationStartTime); |
- |
if (const FrameView::ScrollableAreaSet* scrollableAreas = documents[i]->view()->scrollableAreas()) { |
for (FrameView::ScrollableAreaSet::iterator it = scrollableAreas->begin(); it != scrollableAreas->end(); ++it) |
(*it)->serviceScrollAnimations(monotonicAnimationStartTime); |