| Index: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| index 99e186ddfcec7e6e28e8dc27ec13a2b123dc6733..198f8e4684e4e2d4c0ddde5a1c8eaaa078d68c41 100644
|
| --- a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
|
| @@ -29,6 +29,8 @@ class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
|
| // WebFloatAnimationCurve implementation.
|
| virtual void add(const blink::WebFloatKeyframe& keyframe);
|
| virtual void add(const blink::WebFloatKeyframe& keyframe,
|
| + int steps, bool steps_at_start);
|
| + virtual void add(const blink::WebFloatKeyframe& keyframe,
|
| TimingFunctionType type);
|
| virtual void add(const blink::WebFloatKeyframe& keyframe,
|
| double x1,
|
|
|