| Index: webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h
|
| index 649b10d29c410891d648abcc665c900b1b703a85..56eb637287c2394db000fbc3ea3b0edf955281c9 100644
|
| --- a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h
|
| @@ -14,24 +14,24 @@ class AnimationCurve;
|
| class KeyframedTransformAnimationCurve;
|
| }
|
|
|
| -namespace WebKit { class WebTransformKeyframe; }
|
| +namespace blink { class WebTransformKeyframe; }
|
|
|
| namespace webkit {
|
|
|
| class WebTransformAnimationCurveImpl
|
| - : public WebKit::WebTransformAnimationCurve {
|
| + : public blink::WebTransformAnimationCurve {
|
| public:
|
| WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebTransformAnimationCurveImpl();
|
| virtual ~WebTransformAnimationCurveImpl();
|
|
|
| - // WebKit::WebAnimationCurve implementation.
|
| + // blink::WebAnimationCurve implementation.
|
| virtual AnimationCurveType type() const;
|
|
|
| - // WebKit::WebTransformAnimationCurve implementation.
|
| - virtual void add(const WebKit::WebTransformKeyframe& keyframe);
|
| - virtual void add(const WebKit::WebTransformKeyframe& keyframe,
|
| + // blink::WebTransformAnimationCurve implementation.
|
| + virtual void add(const blink::WebTransformKeyframe& keyframe);
|
| + virtual void add(const blink::WebTransformKeyframe& keyframe,
|
| TimingFunctionType type);
|
| - virtual void add(const WebKit::WebTransformKeyframe& keyframe,
|
| + virtual void add(const blink::WebTransformKeyframe& keyframe,
|
| double x1,
|
| double y1,
|
| double x2,
|
|
|