Chromium Code Reviews| Index: webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h |
| diff --git a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h |
| index 64f8f11800b5858416e51fe1f7cbf322f8b61847..9b0a495c3c2e4d1efd7a3477c08b5b9bdde21c7b 100644 |
| --- a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h |
| +++ b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h |
| @@ -31,6 +31,8 @@ class WebFilterAnimationCurveImpl |
| virtual void add(const blink::WebFilterKeyframe& keyframe, |
| TimingFunctionType type); |
| virtual void add(const blink::WebFilterKeyframe& keyframe, |
| + int steps, bool stepsAtStart); |
|
ajuma
2014/02/21 19:05:08
nit: steps_at_start
|
| + virtual void add(const blink::WebFilterKeyframe& keyframe, |
| double x1, |
| double y1, |
| double x2, |