| Index: cc/blink/web_animation_impl.cc
|
| diff --git a/content/renderer/compositor_bindings/web_animation_impl.cc b/cc/blink/web_animation_impl.cc
|
| similarity index 91%
|
| rename from content/renderer/compositor_bindings/web_animation_impl.cc
|
| rename to cc/blink/web_animation_impl.cc
|
| index 9e9092b6cb27c1b7f874e30492eecc5bf28a56e7..5e16f070208727a3a37389ab47b710a2b64362da 100644
|
| --- a/content/renderer/compositor_bindings/web_animation_impl.cc
|
| +++ b/cc/blink/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 "content/renderer/compositor_bindings/web_animation_impl.h"
|
| +#include "cc/blink/web_animation_impl.h"
|
|
|
| #include "cc/animation/animation.h"
|
| #include "cc/animation/animation_curve.h"
|
| #include "cc/animation/animation_id_provider.h"
|
| -#include "content/renderer/compositor_bindings/web_filter_animation_curve_impl.h"
|
| -#include "content/renderer/compositor_bindings/web_float_animation_curve_impl.h"
|
| -#include "content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h"
|
| -#include "content/renderer/compositor_bindings/web_transform_animation_curve_impl.h"
|
| +#include "cc/blink/web_filter_animation_curve_impl.h"
|
| +#include "cc/blink/web_float_animation_curve_impl.h"
|
| +#include "cc/blink/web_scroll_offset_animation_curve_impl.h"
|
| +#include "cc/blink/web_transform_animation_curve_impl.h"
|
| #include "third_party/WebKit/public/platform/WebCompositorAnimation.h"
|
|
|
| using cc::Animation;
|
| @@ -19,7 +19,7 @@ using cc::AnimationIdProvider;
|
| using blink::WebCompositorAnimation;
|
| using blink::WebCompositorAnimationCurve;
|
|
|
| -namespace content {
|
| +namespace cc_blink {
|
|
|
| WebCompositorAnimationImpl::WebCompositorAnimationImpl(
|
| const WebCompositorAnimationCurve& web_curve,
|
| @@ -166,5 +166,4 @@ scoped_ptr<cc::Animation> WebCompositorAnimationImpl::PassAnimation() {
|
| return animation_.Pass();
|
| }
|
|
|
| -} // namespace content
|
| -
|
| +} // namespace cc_blink
|
|
|