Bug 1057908 - GeckoMediaPluginService needs to be proxied from Content processes to parent process. Add nsServiceManagerUtils.h include to WMFDecoderModule.cpp.
authorPeter Van der Beken <peterv@propagandism.org>
Tue, 24 Mar 2015 13:46:56 +0100 (2015-03-24)
changeset 237290 ac6fd8d8e6a8701f4eb51c8db3b6dcb7c806f9a1
parent 237289 e99e71fa508945260653fbb3846d97562cdffd6d
child 237291 57bf0ff4243992b1e15feeed51f2fdd1d86637db
push id28531
push userryanvm@gmail.com
push dateThu, 02 Apr 2015 20:21:16 +0000 (2015-04-02)
treeherdermozilla-central@513265a4cbc2 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
bugs1057908
milestone40.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
Bug 1057908 - GeckoMediaPluginService needs to be proxied from Content processes to parent process. Add nsServiceManagerUtils.h include to WMFDecoderModule.cpp.
dom/media/fmp4/wmf/WMFDecoderModule.cpp
--- a/dom/media/fmp4/wmf/WMFDecoderModule.cpp
+++ b/dom/media/fmp4/wmf/WMFDecoderModule.cpp
@@ -9,16 +9,17 @@
 #include "WMFDecoder.h"
 #include "WMFVideoMFTManager.h"
 #include "WMFAudioMFTManager.h"
 #include "mozilla/Preferences.h"
 #include "mozilla/DebugOnly.h"
 #include "WMFMediaDataDecoder.h"
 #include "nsIWindowsRegKey.h"
 #include "nsComponentManagerUtils.h"
+#include "nsServiceManagerUtils.h"
 #include "nsIGfxInfo.h"
 #include "GfxDriverInfo.h"
 #include "gfxWindowsPlatform.h"
 
 namespace mozilla {
 
 bool WMFDecoderModule::sIsWMFEnabled = false;
 bool WMFDecoderModule::sDXVAEnabled = false;