[webkit-reviews] review granted: [Bug 97616] Load the linearized sRGB profile via NSData instead of CoreFoundation : [Attachment 165694] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 16:27:17 PDT 2012


mitz at webkit.org <mitz at webkit.org> has granted Tim Horton
<timothy_horton at apple.com>'s request for review:
Bug 97616: Load the linearized sRGB profile via NSData instead of
CoreFoundation
https://bugs.webkit.org/show_bug.cgi?id=97616

Attachment 165694: patch
https://bugs.webkit.org/attachment.cgi?id=165694&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=165694&action=review


> Source/WebCore/platform/graphics/mac/GraphicsContextMac.mm:193
> +	   linearSRGBSpace = CGColorSpaceCreateWithICCProfile((CFDataRef)
iccProfileData.get());

Extra space after (CFDataRef).


More information about the webkit-reviews mailing list