mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
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:
parent
57020c1f59
commit
9e7d1492e6
54 changed files with 314 additions and 30 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue