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

Unified Diff: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.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/CSSColorInterpolationType.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
index 10524b5fb2feacc65b2796c4171a8c7f57748f2d..f88204ed3f2da0370f02292b1bb5ea97c854d516 100644
--- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
@@ -193,7 +193,8 @@ InterpolationValue CSSColorInterpolationType::maybeConvertInherit(
ConversionCheckers& conversionCheckers) const {
if (!state.parentStyle())
return nullptr;
- // Visited color can never explicitly inherit from parent visited color so only use the unvisited color.
+ // Visited color can never explicitly inherit from parent visited color so
+ // only use the unvisited color.
const StyleColor inheritedColor = ColorPropertyFunctions::getUnvisitedColor(
cssProperty(), *state.parentStyle());
conversionCheckers.append(

Powered by Google App Engine
This is Rietveld 408576698