Bug 251238

Summary: Remove GraphicsContextGL.h from WebCoreArgumentCoders.h
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: WebCore Misc.Assignee: Dan Glastonbury <djg>
Status: RESOLVED FIXED    
Severity: Enhancement CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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.