RESOLVED FIXED 184358
Adopt non-deprecated CGColorSpace API
https://bugs.webkit.org/show_bug.cgi?id=184358
Summary Adopt non-deprecated CGColorSpace API
Brent Fulgham
Reported Friday, April 6, 2018 4:39:14 PM UTC
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)
Attachments
Patch (3.17 KB, patch)
2019-08-07 16:11 PDT, Kate Cheney
no flags
Radar WebKit Bug Importer
Comment 1 Friday, April 6, 2018 5:17:51 PM UTC
Kate Cheney
Comment 2 Thursday, August 8, 2019 12:11:41 AM UTC
WebKit Commit Bot
Comment 3 Thursday, August 8, 2019 12:52:26 AM UTC
Comment on attachment 375762 [details] Patch Clearing flags on attachment: 375762 Committed r248396: <https://trac.webkit.org/changeset/248396>
WebKit Commit Bot
Comment 4 Thursday, August 8, 2019 12:52:28 AM UTC
All reviewed patches have been landed. Closing bug.
Simon Fraser (smfr)
Comment 5 Thursday, August 8, 2019 1:02:18 AM UTC
Yay first bug!
Note You need to log in before you can comment on or make changes to this bug.