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

Unified Diff: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.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/CSSValueInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
index c53ef3d46ff9e638955bfbe9cb048ba5a988d61d..4a1674c1807b77934d77732e04220d3742f057b3 100644
--- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
@@ -35,7 +35,8 @@ class CSSValueInterpolationType : public CSSInterpolationType {
return nullptr;
}
- // As we override CSSInterpolationType::maybeConvertSingle, these are never called.
+ // As we override CSSInterpolationType::maybeConvertSingle, these are never
+ // called.
InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying,
ConversionCheckers&) const final {
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698