| Index: webkit/renderer/compositor_bindings/web_animation_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_animation_impl.h b/webkit/renderer/compositor_bindings/web_animation_impl.h
|
| index 06c2b928e98038417f152c24e621c194084a16d3..0c248fcfce196eca9498d2b304c97b3eb8d42da9 100644
|
| --- a/webkit/renderer/compositor_bindings/web_animation_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_animation_impl.h
|
| @@ -11,20 +11,20 @@
|
|
|
| namespace cc { class Animation; }
|
|
|
| -namespace WebKit { class WebAnimationCurve; }
|
| +namespace blink { class WebAnimationCurve; }
|
|
|
| namespace webkit {
|
|
|
| -class WebAnimationImpl : public WebKit::WebAnimation {
|
| +class WebAnimationImpl : public blink::WebAnimation {
|
| public:
|
| WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebAnimationImpl(
|
| - const WebKit::WebAnimationCurve& curve,
|
| + const blink::WebAnimationCurve& curve,
|
| TargetProperty target,
|
| int animation_id,
|
| int group_id);
|
| virtual ~WebAnimationImpl();
|
|
|
| - // WebKit::WebAnimation implementation
|
| + // blink::WebAnimation implementation
|
| virtual int id();
|
| virtual TargetProperty targetProperty() const;
|
| virtual int iterations() const;
|
|
|