| Index: third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PageAnimator.cpp b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| index 5e86b4656810b09d09c5c8b2878855eca1571ca3..19a7dd327567a1e4b1395fd9ef8b42f30c62d302 100644
|
| --- a/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| @@ -57,9 +57,9 @@ void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime)
|
| for (ScrollableArea* scrollableArea : animatingScrollableAreasCopy)
|
| scrollableArea->serviceScrollAnimations(monotonicAnimationStartTime);
|
| }
|
| + SVGDocumentExtensions::serviceOnAnimationFrame(*document);
|
| }
|
| - // TODO(skyostil): These functions should not run for documents without views.
|
| - SVGDocumentExtensions::serviceOnAnimationFrame(*document, monotonicAnimationStartTime);
|
| + // TODO(skyostil): This function should not run for documents without views.
|
| document->serviceScriptedAnimations(monotonicAnimationStartTime);
|
| }
|
|
|
|
|