Bug 251238 - Remove GraphicsContextGL.h from WebCoreArgumentCoders.h
Summary: Remove GraphicsContextGL.h from WebCoreArgumentCoders.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-26 17:49 PST by Dan Glastonbury
Modified: 2023-01-30 21:12 PST (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 Dan Glastonbury 2023-01-26 17:49:47 PST
WebCoreArgumentCoders only needs a few simple declarations from GraphicsContextGL.h. Refactor GraphicsContextGL.h allow the required pieces to be included with out need to pull in the entire, expensive to parse, header.

Follow up to https://bugs.webkit.org/show_bug.cgi?id=250817.
Comment 1 Radar WebKit Bug Importer 2023-01-26 17:50:37 PST
<rdar://problem/104722312>
Comment 2 Dan Glastonbury 2023-01-26 17:53:34 PST
Pull request: https://github.com/WebKit/WebKit/pull/9201
Comment 3 EWS 2023-01-30 21:12:08 PST
Committed 259605@main (df7bdf36f1cc): <https://commits.webkit.org/259605@main>

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