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

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

Issue 2485663002: Store CSSPropertyID in SVGAnimatedPropertyBase (Closed)
Patch Set: 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
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..0cf2047fb67b63c7851b3a5fed61fb91fe301db0 100644
--- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
+++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
@@ -44,6 +44,8 @@ enum AnimatedPropertyType {
AnimatedStringList,
AnimatedTransform,
AnimatedTransformList,
+ // If/when adding something to the end of this enumeration, also update the
pdr. 2016/11/08 19:44:12 WDYT of using the numbered enum pattern with Numbe
fs 2016/11/09 17:37:42 I added a NumberOfAnimatedPropertyTypes sentinel,
+ // assert in SVGAnimatedPropertyBase.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698