| Index: webkit/compositor_bindings/WebAnimationImpl.cpp
|
| diff --git a/webkit/compositor_bindings/WebAnimationImpl.cpp b/webkit/compositor_bindings/WebAnimationImpl.cpp
|
| index cf401e9c753d917391d379284ff2eadb9509aeeb..2a0db9e38f57f8f676523faf37f7d60537dcf31a 100644
|
| --- a/webkit/compositor_bindings/WebAnimationImpl.cpp
|
| +++ b/webkit/compositor_bindings/WebAnimationImpl.cpp
|
| @@ -6,13 +6,12 @@
|
|
|
| #include "WebAnimationImpl.h"
|
|
|
| -#include "CCActiveAnimation.h"
|
| -#include "CCAnimationCurve.h"
|
| #include "WebFloatAnimationCurveImpl.h"
|
| #include "WebTransformAnimationCurveImpl.h"
|
| -#include <public/WebAnimation.h>
|
| -#include <public/WebAnimationCurve.h>
|
| -#include <wtf/OwnPtr.h>
|
| +#include "cc/active_animation.h"
|
| +#include "cc/animation_curve.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationCurve.h"
|
|
|
| using cc::CCActiveAnimation;
|
|
|
|
|