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

Unified Diff: third_party/WebKit/Source/platform/animation/TimingFunction.h

Issue 2390833002: reflow comments in platform/{animation,blob,clipboard,exported} (Closed)
Patch Set: Created 4 years, 2 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: 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

Powered by Google App Engine
This is Rietveld 408576698