Closed Bug 1362107 Opened 8 years ago Closed 8 years ago

Add missing includes to WebMDemuxer

Categories

(Core :: Audio/Video: Playback, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: rillian, Unassigned)

References

Details

Attachments

(1 file)

Moving stdint.h fix from bug 1314147. My editor doesn't do unified builds, so it complains about undefined symbols on the WebMDemuxer source files.
Comment on attachment 8864576 [details] Bug 1362107 - Add missing includes to WebMDemuxer. https://reviewboard.mozilla.org/r/136248/#review139288 ::: dom/media/webm/WebMDemuxer.h:11 (Diff revision 1) > #if !defined(WebMDemuxer_h_) > #define WebMDemuxer_h_ > > #include "nsTArray.h" > #include "MediaDataDemuxer.h" > +#include "MediaResource.h" a pity we can't use forward declaration for all the MediaResource here, problem is MediaResourceIndex being used on the stack
Attachment #8864576 - Flags: review?(jyavenard) → review+
Pushed by rgiles@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/621a61001365 Add missing includes to WebMDemuxer. r=jya
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: