Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / blink / web_float_animation_curve_impl.h
index 09cadb8..8e5ccd2 100644 (file)
@@ -37,6 +37,8 @@ class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
                    double y1,
                    double x2,
                    double y2);
+  virtual void setTimingFunction(TimingFunctionType type);
+  virtual void setTimingFunction(double x1, double y1, double x2, double y2);
 
   virtual float getValue(double time) const;