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

Unified Diff: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.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/CSSLengthInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
index 440b2b955a9ce79854ff33bf86b510cbfd0bf5bb..5760fff0a576eadae27395411c495b3cbf25a93b 100644
--- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
@@ -141,8 +141,9 @@ void CSSLengthInterpolationType::apply(
state.cssToLengthConversionData(), m_valueRange);
if (LengthPropertyFunctions::setLength(cssProperty(), style, length)) {
#if DCHECK_IS_ON()
- // Assert that setting the length on ComputedStyle directly is identical to the StyleBuilder code path.
- // This check is useful for catching differences in clamping behaviour.
+ // Assert that setting the length on ComputedStyle directly is identical to
+ // the StyleBuilder code path. This check is useful for catching differences
+ // in clamping behaviour.
Length before;
Length after;
DCHECK(LengthPropertyFunctions::getLength(cssProperty(), style, before));

Powered by Google App Engine
This is Rietveld 408576698