| Index: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| index fdbdba794f5f88e70af64e770ae4f9065223ed5f..fe2ae81d44018e48fcecbc537b1c7f587c42ad02 100644
|
| --- a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| @@ -9,7 +9,7 @@
|
| #include "cc/animation/timing_function.h"
|
| #include "webkit/renderer/compositor_bindings/web_animation_curve_common.h"
|
|
|
| -using WebKit::WebFloatKeyframe;
|
| +using blink::WebFloatKeyframe;
|
|
|
| namespace webkit {
|
|
|
| @@ -18,9 +18,9 @@ WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
|
|
|
| WebFloatAnimationCurveImpl::~WebFloatAnimationCurveImpl() {}
|
|
|
| -WebKit::WebAnimationCurve::AnimationCurveType
|
| +blink::WebAnimationCurve::AnimationCurveType
|
| WebFloatAnimationCurveImpl::type() const {
|
| - return WebKit::WebAnimationCurve::AnimationCurveTypeFloat;
|
| + return blink::WebAnimationCurve::AnimationCurveTypeFloat;
|
| }
|
|
|
| void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe) {
|
|
|