| Index: third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| index 2dc58359624e9d8fac24284a4b5854a24a613f1d..0f4a29e5ac36b4497c4e71f739d99c88996a5991 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| @@ -35,7 +35,8 @@ class ResolvedVariableChecker : public InterpolationType::ConversionChecker {
|
|
|
| bool isValid(const InterpolationEnvironment& environment,
|
| const InterpolationValue& underlying) const final {
|
| - // TODO(alancutter): Just check the variables referenced instead of doing a full CSSValue resolve.
|
| + // TODO(alancutter): Just check the variables referenced instead of doing a
|
| + // full CSSValue resolve.
|
| const CSSValue* resolvedValue =
|
| CSSVariableResolver::resolveVariableReferences(
|
| environment.state(), m_property, *m_variableReference);
|
|
|