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

Unified Diff: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.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/PropertyInterpolationTypesMapping.cpp
diff --git a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
index 11bbd6bd7492fda4c2915d91ec6f94ba3f145926..95998747ed8fd514ecf82a248b07611f918c2538 100644
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
@@ -70,7 +70,8 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(
CSSPropertyID cssProperty = property.isCSSProperty()
? property.cssProperty()
: property.presentationAttribute();
- // We treat presentation attributes identically to their CSS property equivalents when interpolating.
+ // We treat presentation attributes identically to their CSS property
+ // equivalents when interpolating.
PropertyHandle usedProperty =
property.isCSSProperty() ? property : PropertyHandle(cssProperty);
switch (cssProperty) {

Powered by Google App Engine
This is Rietveld 408576698