Bug 211481 - Fix deprecated NSGraphicsContext methods using 'graphicsPort'
Summary: Fix deprecated NSGraphicsContext methods using 'graphicsPort'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-05 18:14 PDT by David Kilzer (:ddkilzer)
Modified: 2020-05-05 20:46 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (17.97 KB, patch)
2020-05-05 19:04 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2020-05-05 18:14:28 PDT
Fix NSGraphicsContext deprecated methods and inner-pointer lifetime issues.
Comment 1 David Kilzer (:ddkilzer) 2020-05-05 19:04:07 PDT
Created attachment 398577 [details]
Patch v1
Comment 2 David Kilzer (:ddkilzer) 2020-05-05 19:06:21 PDT
The CGContext methods were added in Mac OS X 10.10, and the GraphicsPort methods were deprecated in macOS 10.14.
Comment 3 EWS 2020-05-05 20:45:43 PDT
Committed r261210: <https://trac.webkit.org/changeset/261210>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398577 [details].
Comment 4 Radar WebKit Bug Importer 2020-05-05 20:46:16 PDT
<rdar://problem/62915521>