Index: third_party/WebKit/Source/platform/animation/TimingFunction.h |
diff --git a/third_party/WebKit/Source/platform/animation/TimingFunction.h b/third_party/WebKit/Source/platform/animation/TimingFunction.h |
index 5e8d1712dd2800f09f25a3186c9fbb9251d6143c..5bad355eaeef240088660312c8289494046811a8 100644 |
--- a/third_party/WebKit/Source/platform/animation/TimingFunction.h |
+++ b/third_party/WebKit/Source/platform/animation/TimingFunction.h |
@@ -45,8 +45,8 @@ class PLATFORM_EXPORT TimingFunction : public RefCounted<TimingFunction> { |
virtual String toString() const = 0; |
- // Evaluates the timing function at the given fraction. The accuracy parameter provides a hint as to the required |
- // accuracy and is not guaranteed. |
+ // Evaluates the timing function at the given fraction. The accuracy parameter |
+ // provides a hint as to the required accuracy and is not guaranteed. |
virtual double evaluate(double fraction, double accuracy) const = 0; |
// This function returns the minimum and maximum values obtainable when |