Index: public/platform/WebFilterAnimationCurve.h |
diff --git a/public/platform/WebFilterAnimationCurve.h b/public/platform/WebFilterAnimationCurve.h |
index 71f71fa9faf2c9547fca08eea8ec012a0988b7ec..aad09702bffd4f6a25530d96c3661f44ab3e53d4 100644 |
--- a/public/platform/WebFilterAnimationCurve.h |
+++ b/public/platform/WebFilterAnimationCurve.h |
@@ -47,8 +47,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 WebFilterKeyframe&, 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; |
}; |
} // namespace blink |