[Webkit-unassigned] [Bug 241672] New: FontCascade members m_useBackslashAsYenSymbol / m_enableKerning / m_requiresShaping don't need to be mutable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 15 20:07:22 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241672
Bug ID: 241672
Summary: FontCascade members m_useBackslashAsYenSymbol /
m_enableKerning / m_requiresShaping don't need to be
mutable
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Text
Assignee: webkit-unassigned at lists.webkit.org
Reporter: heycam at apple.com
CC: mmaxfield at apple.com
Thee fields are computed based on the FontDescription. They're only mutable because we also update them in FontCascade::updateFonts(), but that function only updates the FontCascadeFonts pointer, not the FontDescription. So there should be no need to update them at that time.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220616/dba681fc/attachment.htm>
More information about the webkit-unassigned
mailing list