diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2020-04-25 20:14:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 20:14:00 -0400 |
commit | 3b83de99746429e13b1625f03adb9408d0726fb2 (patch) | |
tree | df3d75a23d9f5b4a8ead8a1bd6eea77eaf7676c3 /dom | |
parent | 802efaedc782663d84b41958d7240bde71521a34 (diff) | |
parent | adbbcd51c3ebb70135ee88ba750763d44c522b12 (diff) | |
download | uxp-3b83de99746429e13b1625f03adb9408d0726fb2.tar.gz |
Merge pull request #1524 from adeshkp/deunify_dom_2
Fix includes in dom for Mac build
Diffstat (limited to 'dom')
-rw-r--r-- | dom/gamepad/cocoa/CocoaGamepad.cpp | 1 | ||||
-rw-r--r-- | dom/media/platforms/PlatformDecoderModule.h | 1 | ||||
-rw-r--r-- | dom/media/platforms/wrappers/H264Converter.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dom/gamepad/cocoa/CocoaGamepad.cpp b/dom/gamepad/cocoa/CocoaGamepad.cpp index 24786f5ef6..7fcf48532b 100644 --- a/dom/gamepad/cocoa/CocoaGamepad.cpp +++ b/dom/gamepad/cocoa/CocoaGamepad.cpp @@ -10,6 +10,7 @@ #include "mozilla/dom/Gamepad.h" #include "mozilla/dom/GamepadPlatformService.h" #include "mozilla/ArrayUtils.h" +#include "mozilla/Unused.h" #include "nsThreadUtils.h" #include <CoreFoundation/CoreFoundation.h> #include <IOKit/hid/IOHIDBase.h> diff --git a/dom/media/platforms/PlatformDecoderModule.h b/dom/media/platforms/PlatformDecoderModule.h index 7480d8ff9a..d57bf54f85 100644 --- a/dom/media/platforms/PlatformDecoderModule.h +++ b/dom/media/platforms/PlatformDecoderModule.h @@ -7,6 +7,7 @@ #if !defined(PlatformDecoderModule_h_) #define PlatformDecoderModule_h_ +#include "DecoderDoctorDiagnostics.h" #include "MediaDecoderReader.h" #include "MediaInfo.h" #include "mozilla/MozPromise.h" diff --git a/dom/media/platforms/wrappers/H264Converter.cpp b/dom/media/platforms/wrappers/H264Converter.cpp index 0edbfc10ca..3b3859f92d 100644 --- a/dom/media/platforms/wrappers/H264Converter.cpp +++ b/dom/media/platforms/wrappers/H264Converter.cpp @@ -9,6 +9,7 @@ #include "H264Converter.h" #include "ImageContainer.h" #include "MediaInfo.h" +#include "PDMFactory.h" #include "mp4_demuxer/AnnexB.h" #include "mp4_demuxer/H264.h" |