Index: third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp |
index 52329c1cbf658c3cff3dc9d31cfd4753f496fadf..9800ae64d9af59e236cf7e3716d5713293a752f5 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp |
@@ -372,7 +372,7 @@ CSSInterpolationTypesMap::CreateCSSInterpolationTypesForSyntax( |
case CSSSyntaxType::kImage: |
case CSSSyntaxType::kUrl: |
case CSSSyntaxType::kInteger: |
- case CSSSyntaxType::kTransformFunction: |
+ case CSSSyntaxType::kTransformList: |
// TODO(alancutter): Support smooth interpolation of these types. |
break; |
case CSSSyntaxType::kTokenStream: |