Closed
Bug 1621232
Opened 6 years ago
Closed 6 years ago
Merge and de-virtualize gfxPlatform::CreateFontGroup methods
Categories
(Core :: Graphics: Text, task)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
Details
Attachments
(1 file)
This is declared as pure-virtual in gfxPlatform, and then implemented in each specific platform subclass. But the implementations are all exactly the same. (There was a time in the past when we had distinct platform specializations of gfxFontGroup, but that's ancient history now.)
So we should just merge these into gfxPlatform.
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22ff475bd4e4
Devirtualize and merge CreateFontGroup implementations, as there is no longer any platform dependency. r=lsalzman
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•