Closed
Bug 1729570
Opened 3 years ago
Closed 3 years ago
Can we remove `gfxPlatform::GetAcceleratedCompositorBackends()`?
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: tetsuharu, Assigned: tetsuharu)
References
Details
Attachments
(3 files)
gfxPlatform::GetAcceleratedCompositorBackends()
is called from gfxPlatform::GetCompositorBackends()
.
But gfxPlatform::GetCompositorBackends()
is only used in TestTextureCompatibility.cpp
.
Perhaps, can we remove them?
Comment 1•3 years ago
|
||
Sounds good to me.
Assignee | ||
Comment 2•3 years ago
|
||
Aha, thanks!
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → tetsuharu.ohzeki
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Pushed by tetsuharu.ohzeki@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/61aa29841cef
part 1: Remove gfx/tests/gtest/TestTextureCompatibility.cpp. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/72d4ae15bb68
part 2: Remove unused gfxPlatform::GetCompositorBackends(). r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/c6cb25d1e08d
part 3: Remove unused gfxPlatform::GetAcceleratedCompositorBackends(). r=jrmuizel
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/61aa29841cef
https://hg.mozilla.org/mozilla-central/rev/72d4ae15bb68
https://hg.mozilla.org/mozilla-central/rev/c6cb25d1e08d
Status: ASSIGNED → RESOLVED
Closed: 3 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
•