| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 605e64fffa97ab5660b31e1db658b9de5418da2a..5754793881e3223ade393afe226fe5b37addbbad 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -40,7 +40,6 @@
|
| #include "core/fetch/ResourceLoadPriorityOptimizer.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/frame/Settings.h"
|
| -#include "core/frame/animation/AnimationController.h"
|
| #include "core/html/HTMLFrameElement.h"
|
| #include "core/html/HTMLPlugInElement.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| @@ -1908,9 +1907,6 @@ void FrameView::serviceScriptedAnimations(double monotonicAnimationStartTime)
|
|
|
| for (RefPtr<Frame> frame = m_frame; frame; frame = frame->tree().traverseNext()) {
|
| frame->view()->serviceScrollAnimations();
|
| - if (!RuntimeEnabledFeatures::webAnimationsCSSEnabled())
|
| - frame->animation().serviceAnimations();
|
| -
|
| DocumentAnimations::serviceOnAnimationFrame(*frame->document(), monotonicAnimationStartTime);
|
| }
|
|
|
|
|