Closed
Bug 1730055
Opened 4 years ago
Closed 4 years ago
Remove unused Compositor API functionality
Categories
(Core :: Graphics: Layers, task)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
Details
Attachments
(2 files)
We now only use Compositor from within some RenderCompositor implementations, and don't use a lot of the functionality.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D125134
Comment 3•4 years ago
|
||
Compositor::SlowDrawRect() is used in Compositor::DrawDiagnosticsInternal() which will be removed by bug 1705141
Depends on: 1729820
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/205783246667
Remove some unused Compositor API. r=gfx-reviewers,lsalzman
https://hg.mozilla.org/integration/autoland/rev/0e4284519e1d
Remove unused Effect types. r=gfx-reviewers,lsalzman
Pushed by ctuns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d754934ba94
Fix lint failure in Effects.cpp r=fix CLOSED TREE
Comment 6•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/205783246667
https://hg.mozilla.org/mozilla-central/rev/0e4284519e1d
https://hg.mozilla.org/mozilla-central/rev/5d754934ba94
Status: NEW → 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
•