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

Unified Diff: public/platform/WebTransformAnimationCurve.h

Issue 768653002: Revert "Animations: Pass animation timing function through to compositor." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « public/platform/WebFloatAnimationCurve.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebTransformAnimationCurve.h
diff --git a/public/platform/WebTransformAnimationCurve.h b/public/platform/WebTransformAnimationCurve.h
index fa16988bd4612719c04577b4aa9390fb100e61fa..02cc752372c96114c657fb8e6b744c5999b7d12b 100644
--- a/public/platform/WebTransformAnimationCurve.h
+++ b/public/platform/WebTransformAnimationCurve.h
@@ -42,8 +42,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 WebTransformKeyframe&, 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
« no previous file with comments | « public/platform/WebFloatAnimationCurve.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698