Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h

Issue 140253013: Define accelerated steps time function. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl upload Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
index 99e186ddfcec7e6e28e8dc27ec13a2b123dc6733..3288e4dfc1d4f15bfafae61eac9ab2aafb87de91 100644
--- a/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
+++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h
@@ -29,6 +29,8 @@ class WebFloatAnimationCurveImpl : public blink::WebFloatAnimationCurve {
// WebFloatAnimationCurve implementation.
virtual void add(const blink::WebFloatKeyframe& keyframe);
virtual void add(const blink::WebFloatKeyframe& keyframe,
+ int steps, bool stepsAtStart);
ajuma 2014/02/21 19:05:08 steps_at_start
+ virtual void add(const blink::WebFloatKeyframe& keyframe,
TimingFunctionType type);
virtual void add(const blink::WebFloatKeyframe& keyframe,
double x1,

Powered by Google App Engine
This is Rietveld 408576698