NEW 223177
Fix WebCore\html\canvas\WebGL*.h includes to be consistent
https://bugs.webkit.org/show_bug.cgi?id=223177
Summary Fix WebCore\html\canvas\WebGL*.h includes to be consistent
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.