Bug 257019
| Summary: | [Cairo] Unnecessary overrides `GraphicsContext::drawGlyphs()` and `GraphicsContext::drawDecomposedGlyphs()` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitaly Dyackhov
Default `GraphicsContext::drawGlyphs()` simply calls `FontCascade::drawGlyphs()` but `GraphicsContextCairo::drawGlyphs()` duplicates the logic of `FontCascade::drawGlyphs()`.
`GraphicsContextCairo::drawDecomposedGlyphs()` is virtually the same as `GraphicsContext::drawDecomposedGlyphs()`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/14068
EWS
Committed 264258@main (0aad38b2c526): <https://commits.webkit.org/264258@main>
Reviewed commits have been landed. Closing PR #14068 and removing active labels.