From b26dfcc5433e781e954f3b0b14b1c1f795d69f95 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 22 Apr 2020 02:32:20 +0000 Subject: [PATCH] Issue #80 - Re-land early dom/media de-unification with fixups. For some reason these changes never got merged back to master after reverting to work on a branch... --- dom/media/platforms/PlatformDecoderModule.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/media/platforms/PlatformDecoderModule.h b/dom/media/platforms/PlatformDecoderModule.h index d57bf54f85..62855335f3 100644 --- a/dom/media/platforms/PlatformDecoderModule.h +++ b/dom/media/platforms/PlatformDecoderModule.h @@ -8,6 +8,7 @@ #define PlatformDecoderModule_h_ #include "DecoderDoctorDiagnostics.h" +#include "ImageContainer.h" #include "MediaDecoderReader.h" #include "MediaInfo.h" #include "mozilla/MozPromise.h"