[Webkit-unassigned] [Bug 184358] New: Adopt non-deprecated CGColorSpace API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 08:39:14 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=184358

            Bug ID: 184358
           Summary: Adopt non-deprecated CGColorSpace API
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

We are using a deprecated CGColorSpace creation method:

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
            cgColorSpace = adoptCF(CGColorSpaceCreateWithICCProfile(colorSpaceData.get()));
#pragma clang diagnostic pop

We should adopt the newer API (I think this is CGColorSpaceCreateICCBased)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180406/4778933e/attachment-0002.html>


More information about the webkit-unassigned mailing list