Chromium Code Reviews| Index: webkit/compositor_bindings/web_transform_animation_curve_impl.cc |
| diff --git a/webkit/compositor_bindings/web_transform_animation_curve_impl.cc b/webkit/compositor_bindings/web_transform_animation_curve_impl.cc |
| index f15435cc0da42b60152a29792e1a9c2d9c93681b..ef637596511bd0972dd3c25f5ab85d7a2821db50 100644 |
| --- a/webkit/compositor_bindings/web_transform_animation_curve_impl.cc |
| +++ b/webkit/compositor_bindings/web_transform_animation_curve_impl.cc |
| @@ -53,8 +53,7 @@ void WebTransformAnimationCurveImpl::add(const WebTransformKeyframe& keyframe, |
| WebTransformationMatrix WebTransformAnimationCurveImpl::getValue( |
| double time) const { |
| - return webkit::WebTransformationMatrixUtil::ToWebTransformationMatrix( |
| - curve_->getValue(time)); |
| + return WebTransformationMatrix(); |
|
jamesr
2013/03/07 23:33:15
Nobody calls getValue(), but it's defined as pure
|
| } |
| scoped_ptr<cc::AnimationCurve> |