| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index 6f9a32b08955de39b1e7af25196f0096180cd65a..8ea9560dfa0cdf474d5b705a3b2589d564d07dba 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -27,7 +27,6 @@
|
| #include "sky/engine/core/frame/FrameView.h"
|
|
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
| -#include "sky/engine/core/animation/DocumentAnimations.h"
|
| #include "sky/engine/core/css/resolver/StyleResolver.h"
|
| #include "sky/engine/core/dom/DocumentMarkerController.h"
|
| #include "sky/engine/core/editing/FrameSelection.h"
|
| @@ -668,8 +667,6 @@ void FrameView::updateLayoutAndStyleForPainting()
|
|
|
| // TODO(ojan): Get rid of this and just have the LayoutClean state.
|
| lifecycle().advanceTo(DocumentLifecycle::StyleAndLayoutClean);
|
| -
|
| - DocumentAnimations::startPendingAnimations(*m_frame->document());
|
| }
|
|
|
| void FrameView::updateLayoutAndStyleIfNeededRecursive()
|
|
|