RESOLVED FIXED257019
[Cairo] Unnecessary overrides `GraphicsContext::drawGlyphs()` and `GraphicsContext::drawDecomposedGlyphs()`
https://bugs.webkit.org/show_bug.cgi?id=257019
Summary [Cairo] Unnecessary overrides `GraphicsContext::drawGlyphs()` and `GraphicsCo...
Vitaly Dyackhov
Reported 2023-05-19 04:31:45 PDT
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
Vitaly Dyackhov
Comment 1 2023-05-19 04:37:38 PDT
EWS
Comment 2 2023-05-19 08:16:50 PDT
Committed 264258@main (0aad38b2c526): <https://commits.webkit.org/264258@main> Reviewed commits have been landed. Closing PR #14068 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.