| 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 f0b8dfdee727f1b6eb56320a79a769b8f5288471..c0838d08dc808ced39dba217d750cf20500772f8 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp
|
| @@ -170,8 +170,9 @@ class InheritedColorChecker : public InterpolationType::ConversionChecker {
|
|
|
| bool isValid(const InterpolationEnvironment& environment,
|
| const InterpolationValue& underlying) const final {
|
| - return m_color == ColorPropertyFunctions::getUnvisitedColor(
|
| - m_property, *environment.state().parentStyle());
|
| + return m_color ==
|
| + ColorPropertyFunctions::getUnvisitedColor(
|
| + m_property, *environment.state().parentStyle());
|
| }
|
|
|
| const CSSPropertyID m_property;
|
|
|