Index: webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
diff --git a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
index 56eb637287c2394db000fbc3ea3b0edf955281c9..b6580c09d9a3469b05ae5e5087b8bd21b355f78e 100644 |
--- a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
+++ b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.h |
@@ -32,6 +32,8 @@ class WebTransformAnimationCurveImpl |
virtual void add(const blink::WebTransformKeyframe& keyframe, |
TimingFunctionType type); |
virtual void add(const blink::WebTransformKeyframe& keyframe, |
+ int steps, bool steps_at_start); |
+ virtual void add(const blink::WebTransformKeyframe& keyframe, |
double x1, |
double y1, |
double x2, |