diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 02:32:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-22 13:18:39 +0000 |
commit | 347f3bae7319cf7be6556cefae219b5fbe326ec8 (patch) | |
tree | 17b15022686b8de8fd932ae76c25583c60824157 /dom/media/CanvasCaptureMediaStream.cpp | |
parent | 6f37b2107aaa44a02a3c9abb015d2a65cb9bebee (diff) | |
download | UXP-347f3bae7319cf7be6556cefae219b5fbe326ec8.tar UXP-347f3bae7319cf7be6556cefae219b5fbe326ec8.tar.gz UXP-347f3bae7319cf7be6556cefae219b5fbe326ec8.tar.lz UXP-347f3bae7319cf7be6556cefae219b5fbe326ec8.tar.xz UXP-347f3bae7319cf7be6556cefae219b5fbe326ec8.zip |
Issue #80 - De-unify dom/media part 1 (updated reland)
This de-unifies up to and including dom/media/platforms with the exception of
dom/media/platforms/wmf, because that one throws weird errors in the Win
SDK which don't have a clear cause (yet)
Diffstat (limited to 'dom/media/CanvasCaptureMediaStream.cpp')
-rw-r--r-- | dom/media/CanvasCaptureMediaStream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/media/CanvasCaptureMediaStream.cpp b/dom/media/CanvasCaptureMediaStream.cpp index f40f01e21..acf2059c7 100644 --- a/dom/media/CanvasCaptureMediaStream.cpp +++ b/dom/media/CanvasCaptureMediaStream.cpp @@ -8,6 +8,7 @@ #include "gfxPlatform.h" #include "ImageContainer.h" #include "MediaStreamGraph.h" +#include "MediaStreamListener.h" #include "mozilla/dom/CanvasCaptureMediaStreamBinding.h" #include "mozilla/gfx/2D.h" #include "mozilla/Atomics.h" |