| Index: webkit/compositor_bindings/web_animation_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_animation_impl.cc b/webkit/compositor_bindings/web_animation_impl.cc
|
| index cba791d6c1b53af957373b5f7ad7ca7a519531f3..bc09cb8364cd00eeb89c5a575523cfb6b7879240 100644
|
| --- a/webkit/compositor_bindings/web_animation_impl.cc
|
| +++ b/webkit/compositor_bindings/web_animation_impl.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "webkit/compositor_bindings/web_animation_impl.h"
|
|
|
| -#include "cc/animation.h"
|
| -#include "cc/animation_curve.h"
|
| -#include "cc/animation_id_provider.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationCurve.h"
|
| +#include "cc/animation/animation.h"
|
| +#include "cc/animation/animation_curve.h"
|
| +#include "cc/animation/animation_id_provider.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationCurve.h"
|
| #include "webkit/compositor_bindings/web_float_animation_curve_impl.h"
|
| #include "webkit/compositor_bindings/web_transform_animation_curve_impl.h"
|
|
|
|
|