| Index: webkit/compositor_bindings/web_animation_impl.cc
|
| diff --git a/webkit/compositor_bindings/WebAnimationImpl.cpp b/webkit/compositor_bindings/web_animation_impl.cc
|
| similarity index 96%
|
| rename from webkit/compositor_bindings/WebAnimationImpl.cpp
|
| rename to webkit/compositor_bindings/web_animation_impl.cc
|
| index 2a0db9e38f57f8f676523faf37f7d60537dcf31a..222b18efb73e3a173ee5b109e2f0a978f18e3f1d 100644
|
| --- a/webkit/compositor_bindings/WebAnimationImpl.cpp
|
| +++ b/webkit/compositor_bindings/web_animation_impl.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "WebAnimationImpl.h"
|
| +#include "web_animation_impl.h"
|
|
|
| -#include "WebFloatAnimationCurveImpl.h"
|
| -#include "WebTransformAnimationCurveImpl.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"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
|
| +#include "web_float_animation_curve_impl.h"
|
| +#include "web_transform_animation_curve_impl.h"
|
|
|
| using cc::CCActiveAnimation;
|
|
|
|
|