Index: third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h |
diff --git a/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h b/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h |
index a5c61e8a4105b5a97b6f94be9bee22408b61d2df..c65044e6fd484416826d017f1b38f88e006c58fb 100644 |
--- a/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h |
+++ b/third_party/WebKit/Source/core/animation/FilterListPropertyFunctions.h |
@@ -27,7 +27,7 @@ public: |
// Fall through. |
case CSSPropertyBackdropFilter: |
return style.backdropFilter(); |
- case CSSPropertyWebkitFilter: |
+ case CSSPropertyFilter: |
return style.filter(); |
} |
} |
@@ -38,7 +38,7 @@ public: |
case CSSPropertyBackdropFilter: |
style.setBackdropFilter(filterOperations); |
break; |
- case CSSPropertyWebkitFilter: |
+ case CSSPropertyFilter: |
style.setFilter(filterOperations); |
break; |
default: |