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

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

Issue 2288583002: Reorder the AnimatedPropertyType enumeration (Closed)
Patch Set: Created 4 years, 4 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/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 a8fa031ee84a9f62bef23c8ee8482fe02a9a3f7c..e60881a6e8e191d2deb65d6335e813b69b009171 100644
--- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
+++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyInfo.h
@@ -23,6 +23,7 @@
namespace blink {
enum AnimatedPropertyType {
+ AnimatedUnknown,
pdr. 2016/08/29 00:07:09 WDYT about making this 0 explicit? e.g.,: enum An
AnimatedAngle,
AnimatedBoolean,
AnimatedColor,
@@ -43,7 +44,6 @@ enum AnimatedPropertyType {
AnimatedStringList,
AnimatedTransform,
AnimatedTransformList,
- AnimatedUnknown
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698