Bug 253973 - IOSurfaceGetID is public API
Summary: IOSurfaceGetID is public API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryan Reno
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-15 10:54 PDT by Ryan Reno
Modified: 2023-03-15 21:13 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Reno 2023-03-15 10:54:45 PDT
WebKit's IOSurface::surfaceID was written before IOSurfaceGetID was available on all platforms in the public SDK. We can remove the platform-specific preprocessor conditionals.
Comment 1 Radar WebKit Bug Importer 2023-03-15 10:54:58 PDT
<rdar://problem/106762871>
Comment 2 Ryan Reno 2023-03-15 10:58:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11564
Comment 3 EWS 2023-03-15 21:13:00 PDT
Committed 261732@main (edc821880f85): <https://commits.webkit.org/261732@main>

Reviewed commits have been landed. Closing PR #11564 and removing active labels.