Bug 223177 - Fix WebCore\html\canvas\WebGL*.h includes to be consistent
Summary: Fix WebCore\html\canvas\WebGL*.h includes to be consistent
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 223142
Blocks:
  Show dependency treegraph
 
Reported: 2021-03-15 01:55 PDT by Kimmo Kinnunen
Modified: 2021-03-22 04:36 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 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
Comment 1 Radar WebKit Bug Importer 2021-03-22 04:36:52 PDT
<rdar://problem/75685327>