| Index: sky/engine/web/Sky.cpp
|
| diff --git a/sky/engine/web/Sky.cpp b/sky/engine/web/Sky.cpp
|
| index 7d79f596f1d9147a1fd3495efa436fd61a07ada7..c06612b1176bfab4304a915b297b1f05e37b4c90 100644
|
| --- a/sky/engine/web/Sky.cpp
|
| +++ b/sky/engine/web/Sky.cpp
|
| @@ -34,7 +34,6 @@
|
| #include "base/rand_util.h"
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
| #include "mojo/common/message_pump_mojo.h"
|
| -#include "sky/engine/core/animation/AnimationClock.h"
|
| #include "sky/engine/core/dom/Microtask.h"
|
| #include "sky/engine/core/frame/Settings.h"
|
| #include "sky/engine/core/Init.h"
|
| @@ -56,7 +55,6 @@ namespace {
|
|
|
| void willProcessTask()
|
| {
|
| - AnimationClock::notifyTaskStart();
|
| }
|
|
|
| void didProcessTask()
|
|
|