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

Unified Diff: third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.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/CSSPaintInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp
index 39fbc956662aaa72f103783b53df8a308b9de724..02b2e91d4f5c03c21a5db307c19b269acd0e01e0 100644
--- a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.cpp
@@ -89,7 +89,8 @@ InterpolationValue CSSPaintInterpolationType::maybeConvertValue(
InterpolationValue CSSPaintInterpolationType::maybeConvertUnderlyingValue(
const InterpolationEnvironment& environment) const {
- // TODO(alancutter): Support capturing and animating with the visited paint color.
+ // TODO(alancutter): Support capturing and animating with the visited paint
+ // color.
StyleColor underlyingColor;
if (!PaintPropertyFunctions::getColor(
cssProperty(), *environment.state().style(), underlyingColor))

Powered by Google App Engine
This is Rietveld 408576698