| 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 4720199a8f6595b5d391476c29be39b563e4e89b..012052b832d93bba2ec4e4244c545432948ea752 100644
|
| --- a/webkit/compositor_bindings/web_animation_impl.cc
|
| +++ b/webkit/compositor_bindings/web_animation_impl.cc
|
| @@ -17,11 +17,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;
|
|
|