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

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

Issue 2288583002: Reorder the AnimatedPropertyType enumeration (Closed)
Patch Set: Touch-ups 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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElement.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 a8fa031ee84a9f62bef23c8ee8482fe02a9a3f7c..3b3e65e30f80fc153f32205bb5c59d6af1f6b092 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 = 0,
AnimatedAngle,
AnimatedBoolean,
AnimatedColor,
@@ -43,7 +44,6 @@ enum AnimatedPropertyType {
AnimatedStringList,
AnimatedTransform,
AnimatedTransformList,
- AnimatedUnknown
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698