Closed
Bug 1732227
Opened 4 years ago
Closed 4 years ago
Remove unused layers.componentalpha.enabled pref
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: tetsuharu, Assigned: tetsuharu)
References
Details
Attachments
(1 file)
layers.componentalpha.enabled is used by LayerManager::AreComponentAlphaLayersEnabled() via LayerManager::LayersComponentAlphaEnabled()
But ContainerLayer::DefaultComputeSupportsComponentAlphaChildren that is a caller of LayerManager::AreComponentAlphaLayersEnabled() is not used actually.
I think we can remove them.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → tetsuharu.ohzeki
Status: NEW → ASSIGNED
Pushed by tetsuharu.ohzeki@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f246b5593a50
Remove unused layers.componentalpha.enabled pref. r=gfx-reviewers,nical
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•