Closed
Bug 1621248
Opened 5 years ago
Closed 5 years ago
The various gfxPlatform and gfxPlatformFontList implementations should be declared 'final'
Categories
(Core :: Graphics: Text, task)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(1 file)
The various platform-specific implementations aren't likely to be subclassed further; we should declare them final
as a hint to the compiler.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4a936097f680
Declare various gfxPlatform and font-list subclasses as 'final'. r=lsalzman
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 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
•