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

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

Issue 140253013: Define accelerated steps time function. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new patch 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_filter_animation_curve_impl.h
diff --git a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
index 64f8f11800b5858416e51fe1f7cbf322f8b61847..8f8970c3ad16479c8b8d8c951fc878e4efce417f 100644
--- a/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
+++ b/webkit/renderer/compositor_bindings/web_filter_animation_curve_impl.h
@@ -31,6 +31,8 @@ class WebFilterAnimationCurveImpl
virtual void add(const blink::WebFilterKeyframe& keyframe,
TimingFunctionType type);
virtual void add(const blink::WebFilterKeyframe& keyframe,
+ int steps, bool steps_at_start);
+ virtual void add(const blink::WebFilterKeyframe& keyframe,
double x1,
double y1,
double x2,

Powered by Google App Engine
This is Rietveld 408576698