| Index: webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| index 6a6255c5491739a7994526af042f1931944e974d..64f8f11800b5858416e51fe1f7cbf322f8b61847 100644
|
| --- a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
|
| @@ -14,23 +14,23 @@ class AnimationCurve;
|
| class KeyframedFilterAnimationCurve;
|
| }
|
|
|
| -namespace WebKit { class WebFilterKeyframe; }
|
| +namespace blink { class WebFilterKeyframe; }
|
|
|
| namespace webkit {
|
|
|
| class WebFilterAnimationCurveImpl
|
| - : public WebKit::WebFilterAnimationCurve {
|
| + : public blink::WebFilterAnimationCurve {
|
| public:
|
| WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebFilterAnimationCurveImpl();
|
| virtual ~WebFilterAnimationCurveImpl();
|
|
|
| - // WebKit::WebAnimationCurve implementation.
|
| + // blink::WebAnimationCurve implementation.
|
| virtual AnimationCurveType type() const;
|
|
|
| - // WebKit::WebFilterAnimationCurve implementation.
|
| - virtual void add(const WebKit::WebFilterKeyframe& keyframe,
|
| + // blink::WebFilterAnimationCurve implementation.
|
| + virtual void add(const blink::WebFilterKeyframe& keyframe,
|
| TimingFunctionType type);
|
| - virtual void add(const WebKit::WebFilterKeyframe& keyframe,
|
| + virtual void add(const blink::WebFilterKeyframe& keyframe,
|
| double x1,
|
| double y1,
|
| double x2,
|
|
|