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

Unified Diff: third_party/WebKit/Source/core/animation/TimingCalculations.h

Issue 2384263003: Reflow comments in core/animation and subdirs (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/core/animation/TimingCalculations.h
diff --git a/third_party/WebKit/Source/core/animation/TimingCalculations.h b/third_party/WebKit/Source/core/animation/TimingCalculations.h
index 4d55a9176d987f8fc7af007e90c23fa4b201a85f..a8c683b1b23ffa67ba1dfad7e027c9868f762852 100644
--- a/third_party/WebKit/Source/core/animation/TimingCalculations.h
+++ b/third_party/WebKit/Source/core/animation/TimingCalculations.h
@@ -143,7 +143,8 @@ static inline bool endsOnIterationBoundary(double iterationCount,
return !fmod(iterationCount + iterationStart, 1);
}
-// TODO(crbug.com/630915): Align this function with current Web Animations spec text.
+// TODO(crbug.com/630915): Align this function with current Web Animations spec
+// text.
static inline double calculateIterationTime(
double iterationDuration,
double repeatedDuration,

Powered by Google App Engine
This is Rietveld 408576698