[webkit-reviews] review granted: [Bug 230642] Turn WebCore::LineCap and WebCore::LineJoin into 8-bit enum classes : [Attachment 438990] For EWS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 17:44:59 PDT 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 230642: Turn WebCore::LineCap and WebCore::LineJoin into 8-bit enum classes
https://bugs.webkit.org/show_bug.cgi?id=230642

Attachment 438990: For EWS

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




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 438990
  --> https://bugs.webkit.org/attachment.cgi?id=438990
For EWS

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

> Source/WebCore/platform/graphics/GraphicsTypes.h:93
>      ButtCap,
>      RoundCap,
>      SquareCap

Butt, Round, Square

> Source/WebCore/platform/graphics/GraphicsTypes.h:99
>      MiterJoin,
>      RoundJoin,
>      BevelJoin

Miter, Round, Bevel.


More information about the webkit-reviews mailing list