Index: webkit/renderer/compositor_bindings/web_animation_impl.cc |
diff --git a/webkit/compositor_bindings/web_animation_impl.cc b/webkit/renderer/compositor_bindings/web_animation_impl.cc |
similarity index 93% |
rename from webkit/compositor_bindings/web_animation_impl.cc |
rename to webkit/renderer/compositor_bindings/web_animation_impl.cc |
index afb1f6b1f04fa54bde510a352011d671ab096c4d..59d8f8bbb332fc1ecbe58fc63a6a6ad31aa30996 100644 |
--- a/webkit/compositor_bindings/web_animation_impl.cc |
+++ b/webkit/renderer/compositor_bindings/web_animation_impl.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/compositor_bindings/web_animation_impl.h" |
+#include "webkit/renderer/compositor_bindings/web_animation_impl.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" |
+#include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h" |
+#include "webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h" |
using cc::Animation; |
using cc::AnimationIdProvider; |