Bug 223177

Summary: Fix WebCore\html\canvas\WebGL*.h includes to be consistent
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: dino, fujii.hironori, kbr, kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 223142    
Bug Blocks:    

Kimmo Kinnunen
Reported 2021-03-15 01:55:07 PDT
Fix WebCore\html\canvas\WebGL*.h includes to be consistent Ensure: - Headers referring classes by value include the header file so that non-unified builds work. - Includes follow logical rules of causality: WebGL2 is built on top of WebGL base implementation. WebGL base implementation should not, in most cases, need to include WebGL2 headers. Solve bugs like bug 223142 before they appear
Attachments
Radar WebKit Bug Importer
Comment 1 2021-03-22 04:36:52 PDT
Note You need to log in before you can comment on or make changes to this bug.