| Index: webkit/compositor_bindings/web_animation_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_animation_impl.cc b/webkit/compositor_bindings/web_animation_impl.cc
|
| index 0e156fa367a6eefc458e53700aea903cf56e14e9..961bd86c224a87c53bd0c4e6340c01b5df3f98e0 100644
|
| --- a/webkit/compositor_bindings/web_animation_impl.cc
|
| +++ b/webkit/compositor_bindings/web_animation_impl.cc
|
| @@ -15,11 +15,6 @@ using cc::ActiveAnimation;
|
|
|
| namespace WebKit {
|
|
|
| -WebAnimation* WebAnimation::create(const WebAnimationCurve& curve, TargetProperty targetProperty, int animationId)
|
| -{
|
| - return new WebAnimationImpl(curve, targetProperty, animationId, 0);
|
| -}
|
| -
|
| WebAnimationImpl::WebAnimationImpl(const WebAnimationCurve& webCurve, TargetProperty targetProperty, int animationId, int groupId)
|
| {
|
| static int nextAnimationId = 1;
|
|
|