[webkit-reviews] review granted: [Bug 226160] DestinationColorSpace's well known color space accessors cause unnecessary retain count churn : [Attachment 429492] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 14:24:49 PDT 2021


Darin Adler <darin at apple.com> has granted Sam Weinig <sam at webkit.org>'s request
for review:
Bug 226160: DestinationColorSpace's well known color space accessors cause
unnecessary retain count churn
https://bugs.webkit.org/show_bug.cgi?id=226160

Attachment 429492: Patch

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




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 429492
  --> https://bugs.webkit.org/attachment.cgi?id=429492
Patch

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

> Source/WebCore/platform/graphics/DestinationColorSpace.cpp:41
> +template<KnownColorSpaceAccessor knownColorSpaceAccessor> static const
DestinationColorSpace& knownColorSpace()

Template parameter could just be named accessor.


More information about the webkit-reviews mailing list