| Index: cc/blink/web_transform_animation_curve_impl.h
|
| diff --git a/cc/blink/web_transform_animation_curve_impl.h b/cc/blink/web_transform_animation_curve_impl.h
|
| index 95ca90242e78db4bce57464a3f74cc51a115c203..a165ef8f718b1517979f919de718c3dc64072be7 100644
|
| --- a/cc/blink/web_transform_animation_curve_impl.h
|
| +++ b/cc/blink/web_transform_animation_curve_impl.h
|
| @@ -34,6 +34,9 @@ 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,
|
|
|