Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC

Co-authored-by: Moonchild <moonchild@palemoon.org>
This commit is contained in:
Matheus Marinho 2023-08-31 12:07:34 -03:00 committed by roytam1
commit 9e7d1492e6
54 changed files with 314 additions and 30 deletions

View file

@ -8,6 +8,10 @@ include "ipc/nsGUIEventIPC.h";
include protocol PCompositorBridge;
// Workaround to prevent error if PContentChild.cpp & PAPZCTreeManagerChild.cpp
// are put into different UnifiedProtocolsXX.cpp files.
include "mozilla/dom/TabMessageUtils.h";
using CSSRect from "Units.h";
using LayoutDeviceCoord from "Units.h";
using LayoutDeviceIntPoint from "Units.h";