Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp

Issue 2312713002: Unprefix -webkit-clip-path (Closed)
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 35b45be4c0f481fa235cfd2fb796756879641fe6..8266085d8726183966398431b01328642fc4c2c1 100644
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
@@ -234,7 +234,7 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(const PropertyH
case CSSPropertyWebkitMaskBoxImageSlice:
applicableTypes->append(wrapUnique(new CSSImageSliceInterpolationType(cssProperty)));
break;
- case CSSPropertyWebkitClipPath:
+ case CSSPropertyClipPath:
case CSSPropertyShapeOutside:
applicableTypes->append(wrapUnique(new CSSBasicShapeInterpolationType(cssProperty)));
break;

Powered by Google App Engine
This is Rietveld 408576698