[webkit-reviews] review granted: [Bug 221637] Make Pattern hold a NativeImage instead of an Image : [Attachment 420097] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 23:07:28 PST 2021


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 221637: Make Pattern hold a NativeImage instead of an Image
https://bugs.webkit.org/show_bug.cgi?id=221637

Attachment 420097: Patch

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




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

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

> Source/WebCore/platform/graphics/Pattern.h:70
> +	   bool repeatX;
> +	   bool repeatY;
> +	   AffineTransform patternSpaceTransform;

Putting the bools after the transform will eliminate some padding.


More information about the webkit-reviews mailing list