| 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) {
|
|
|