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

Unified Diff: third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h

Issue 2485663002: Store CSSPropertyID in SVGAnimatedPropertyBase (Closed)
Patch Set: Add missing case Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
diff --git a/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h b/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
index eeaf2d10a90275b8270f489bb77dd2d1ce25bb25..c788cf732243350e191ae2aac09fb34f56d9120c 100644
--- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
+++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
@@ -44,6 +44,7 @@ enum AnimatedPropertyType {
AnimatedStringList,
AnimatedTransform,
AnimatedTransformList,
+ NumberOfAnimatedPropertyTypes
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/properties/SVGAnimatedProperty.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698