| Index: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| index be2df50ca32decdd11d473d251f6ce0ff9931085..99e186ddfcec7e6e28e8dc27ec13a2b123dc6733 100644
|
| --- a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| @@ -14,11 +14,11 @@ class AnimationCurve;
|
| class KeyframedFloatAnimationCurve;
|
| }
|
|
|
| -namespace WebKit { struct WebFloatKeyframe; }
|
| +namespace blink { struct WebFloatKeyframe; }
|
|
|
| namespace webkit {
|
|
|
| -class WebFloatAnimationCurveImpl : public WebKit::WebFloatAnimationCurve {
|
| +class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
|
| public:
|
| WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebFloatAnimationCurveImpl();
|
| virtual ~WebFloatAnimationCurveImpl();
|
| @@ -27,10 +27,10 @@ class WebFloatAnimationCurveImpl : public WebKit::WebFloatAnimationCurve {
|
| virtual AnimationCurveType type() const;
|
|
|
| // WebFloatAnimationCurve implementation.
|
| - virtual void add(const WebKit::WebFloatKeyframe& keyframe);
|
| - virtual void add(const WebKit::WebFloatKeyframe& keyframe,
|
| + virtual void add(const blink::WebFloatKeyframe& keyframe);
|
| + virtual void add(const blink::WebFloatKeyframe& keyframe,
|
| TimingFunctionType type);
|
| - virtual void add(const WebKit::WebFloatKeyframe& keyframe,
|
| + virtual void add(const blink::WebFloatKeyframe& keyframe,
|
| double x1,
|
| double y1,
|
| double x2,
|
|
|