Closed
Bug 1421168
Opened 8 years ago
Closed 8 years ago
Needless declaration of VideoData::CreateAndCopyIntoTextureClient is left on the header file
Categories
(Core :: Audio/Video: Playback, enhancement)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: yuki, Assigned: JamesCheng)
Details
Attachments
(1 file)
There is only the declaration of "VideoData::CreateAndCopyIntoTextureClient" but no implementation.
https://dxr.mozilla.org/mozilla-central/rev/cad9c9573579698c223b4b6cb53ca723cd930ad2/dom/media/MediaData.h#515
https://dxr.mozilla.org/mozilla-central/search?q=CreateAndCopyIntoTextureClient
The declaration and corresponding implementation are introduced by the commit:
https://hg.mozilla.org/mozilla-central/rev/906df3f2cce7
but the implementation is removed by:
https://hg.mozilla.org/mozilla-central/rev/d084c1f34802
and the declaration is left. The declaration should be removed also.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8932344 -
Flags: review?(gsquelart)
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8932344 [details]
Bug 1421168 - Remove deadcode VideoData::CreateAndCopyIntoTextureClient.
https://reviewboard.mozilla.org/r/203382/#review208806
Attachment #8932344 -
Flags: review?(gsquelart) → review+
Pushed by jacheng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4fa8c493c374
Remove deadcode VideoData::CreateAndCopyIntoTextureClient. r=gerald
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•