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

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

Issue 2720653002: CSS Motion Path: Implement animation for the offset-path property
Patch Set: move Created 3 years, 10 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/CSSInterpolationTypesMap.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
index 7fee7a65019e27a2729ff92295d86bf9cf3794ed..a2e9cf532611e1663e8aa5a9c86d2c15dcfb4074 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
@@ -189,6 +189,7 @@ const InterpolationTypes& CSSInterpolationTypesMap::get(
WTF::makeUnique<CSSPaintInterpolationType>(usedProperty));
break;
case CSSPropertyD:
+ case CSSPropertyOffsetPath:
applicableTypes->push_back(
WTF::makeUnique<CSSPathInterpolationType>(usedProperty));
break;

Powered by Google App Engine
This is Rietveld 408576698