Bug 254753
| Summary: | Clean up IOSurfaceSPI | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Reno <rreno> |
| Component: | Web Template Framework | Assignee: | Ryan Reno <rreno> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Reno
IOSurfaceSPI.h contains a number of definitions which are public API on supported versions of Apple platforms which could be removed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107427508>
Ryan Reno
Pull request: https://github.com/WebKit/WebKit/pull/12183
Ryan Reno
This built fine on Ventura debug but Monterey and iOS16 bots hated it. I guess we're not ready yet to do the simple delete code approach I took. I'll come back to this another time.