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

Unified Diff: third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp

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/CSSVisibilityInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp
index a53ef77b059930593e6ce1595a4bcbd64e7651f6..0027dee2f38b46f93554a2ea2c3d435b1e615958 100644
--- a/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp
@@ -180,7 +180,8 @@ void CSSVisibilityInterpolationType::apply(
const InterpolableValue& interpolableValue,
const NonInterpolableValue* nonInterpolableValue,
InterpolationEnvironment& environment) const {
- // Visibility interpolation has been deferred to application time here due to its non-linear behaviour.
+ // Visibility interpolation has been deferred to application time here due to
+ // its non-linear behaviour.
double fraction = toInterpolableNumber(interpolableValue).value();
EVisibility visibility =
toCSSVisibilityNonInterpolableValue(nonInterpolableValue)

Powered by Google App Engine
This is Rietveld 408576698