diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-18 01:41:24 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:28:38 +0200 |
commit | f2e089d51b5cf94c2512847a6f44ee1f99f596bc (patch) | |
tree | 76280a092bcd46ac6823961a9ba3f0052512a98f /dom/media/mediasink/VideoSink.cpp | |
parent | e1d0ac30ac57ab1111d98f3904ac325a91b0d205 (diff) | |
download | UXP-f2e089d51b5cf94c2512847a6f44ee1f99f596bc.tar UXP-f2e089d51b5cf94c2512847a6f44ee1f99f596bc.tar.gz UXP-f2e089d51b5cf94c2512847a6f44ee1f99f596bc.tar.lz UXP-f2e089d51b5cf94c2512847a6f44ee1f99f596bc.tar.xz UXP-f2e089d51b5cf94c2512847a6f44ee1f99f596bc.zip |
Issue #80 - De-unify dom/media/mediasink
Diffstat (limited to 'dom/media/mediasink/VideoSink.cpp')
-rw-r--r-- | dom/media/mediasink/VideoSink.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/media/mediasink/VideoSink.cpp b/dom/media/mediasink/VideoSink.cpp index 18c0b22ad..a438cf8a4 100644 --- a/dom/media/mediasink/VideoSink.cpp +++ b/dom/media/mediasink/VideoSink.cpp @@ -4,9 +4,11 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "MediaStreamGraph.h" #include "MediaQueue.h" #include "VideoSink.h" #include "MediaPrefs.h" +#include "nsPrintfCString.h" namespace mozilla { |