| Index: sky/engine/core/animation/CompositorPendingAnimations.h
|
| diff --git a/sky/engine/core/animation/CompositorPendingAnimations.h b/sky/engine/core/animation/CompositorPendingAnimations.h
|
| index fb823c4dd210f67f90c10e09e925d236315169c8..de03fb4ff22bed04e2dc3cfdbe93fa2b871a897c 100644
|
| --- a/sky/engine/core/animation/CompositorPendingAnimations.h
|
| +++ b/sky/engine/core/animation/CompositorPendingAnimations.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef CompositorPendingAnimations_h
|
| #define CompositorPendingAnimations_h
|
|
|
| -#include "core/animation/AnimationPlayer.h"
|
| -#include "platform/Timer.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/core/animation/AnimationPlayer.h"
|
| +#include "sky/engine/platform/Timer.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|