| Index: cc/blink/web_float_animation_curve_impl.cc
|
| diff --git a/content/renderer/compositor_bindings/web_float_animation_curve_impl.cc b/cc/blink/web_float_animation_curve_impl.cc
|
| similarity index 89%
|
| rename from content/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| rename to cc/blink/web_float_animation_curve_impl.cc
|
| index d593f50b4d1c8428236a26de5e5c3239ef38ca3a..e4c5fa988a950fc8049a0cfb4a4611b8f66557c3 100644
|
| --- a/content/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| +++ b/cc/blink/web_float_animation_curve_impl.cc
|
| @@ -2,16 +2,16 @@
|
| // 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_float_animation_curve_impl.h"
|
| +#include "cc/blink/web_float_animation_curve_impl.h"
|
|
|
| #include "cc/animation/animation_curve.h"
|
| #include "cc/animation/keyframed_animation_curve.h"
|
| #include "cc/animation/timing_function.h"
|
| -#include "content/renderer/compositor_bindings/web_animation_curve_common.h"
|
| +#include "cc/blink/web_animation_curve_common.h"
|
|
|
| using blink::WebFloatKeyframe;
|
|
|
| -namespace content {
|
| +namespace cc_blink {
|
|
|
| WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
|
| : curve_(cc::KeyframedFloatAnimationCurve::Create()) {
|
| @@ -56,5 +56,4 @@ WebFloatAnimationCurveImpl::CloneToAnimationCurve() const {
|
| return curve_->Clone();
|
| }
|
|
|
| -} // namespace content
|
| -
|
| +} // namespace cc_blink
|
|
|