commit | 313fea79b7a2735852ab6920532fae49ad8d5b60 | [log] [tgz] |
---|---|---|
author | fs <fs@opera.com> | Tue Aug 30 04:03:04 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 30 04:06:43 2016 |
tree | 62262c315358261541ff539e49e0e76ed94f11f6 | |
parent | b3af58d2e0f9df1e6e625c3d6c3815e5e688f515 [diff] |
Reorder the AnimatedPropertyType enumeration By moving AnimatedUnknown first (giving it the ordinal value 0), we can simplify SVGElement::animatedPropertyTypeForCSSAttribute by removing the contains() call (avoiding a double hash/lookup for the common case.) Review-Url: https://codereview.chromium.org/2288583002 Cr-Commit-Position: refs/heads/master@{#415069}