| Index: public/platform/WebFloatAnimationCurve.h
|
| diff --git a/public/platform/WebFloatAnimationCurve.h b/public/platform/WebFloatAnimationCurve.h
|
| index 45da9e6e0e2e5228e65fbbc57ed68641e5827d85..7c365c759758a511823684d8bc42c14121a9a400 100644
|
| --- a/public/platform/WebFloatAnimationCurve.h
|
| +++ b/public/platform/WebFloatAnimationCurve.h
|
| @@ -43,8 +43,6 @@ public:
|
| // Adds the keyframe with a custom, bezier timing function. Note, it is
|
| // assumed that x0 = y0 = 0, and x3 = y3 = 1.
|
| virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
| - virtual void setTimingFunction(TimingFunctionType) = 0;
|
| - virtual void setTimingFunction(double x1, double y1, double x2, double y2) = 0;
|
|
|
| virtual float getValue(double time) const = 0;
|
| };
|
|
|