Bug 223177
| Summary: | Fix WebCore\html\canvas\WebGL*.h includes to be consistent | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | WebGL | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/75685327>