[webkit-reviews] review granted: [Bug 186751] Remove the SVG elements' attributes macros : [Attachment 346207] Move AnimatedPropertyType to a separate file.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 17:39:50 PDT 2018


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 186751: Remove the SVG elements' attributes macros
https://bugs.webkit.org/show_bug.cgi?id=186751

Attachment 346207: Move AnimatedPropertyType to a separate file.

https://bugs.webkit.org/attachment.cgi?id=346207&action=review




--- Comment #99 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 346207
  --> https://bugs.webkit.org/attachment.cgi?id=346207
Move AnimatedPropertyType to a separate file.

View in context: https://bugs.webkit.org/attachment.cgi?id=346207&action=review

> Source/WebCore/svg/properties/:SVGAnimatedPropertyType.h:30
> +enum AnimatedPropertyState {

Enum class (eventually)

> Source/WebCore/svg/properties/:SVGAnimatedPropertyType.h:35
> +enum AnimatedPropertyType {

Enum class (eventually)


More information about the webkit-reviews mailing list