mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
parent
f75592fd13
commit
9b1124ccbd
99 changed files with 6 additions and 15647 deletions
|
|
@ -9,7 +9,6 @@ include LayersSurfaces;
|
|||
include protocol PLayerTransaction;
|
||||
include protocol PCompositorBridge;
|
||||
include protocol PImageBridge;
|
||||
include protocol PVRManager;
|
||||
include protocol PVideoBridge;
|
||||
include "mozilla/GfxMessageUtils.h";
|
||||
|
||||
|
|
@ -23,7 +22,7 @@ namespace layers {
|
|||
* PTexture is the IPDL glue between a TextureClient and a TextureHost.
|
||||
*/
|
||||
sync protocol PTexture {
|
||||
manager PImageBridge or PCompositorBridge or PVRManager or PVideoBridge;
|
||||
manager PImageBridge or PCompositorBridge or PVideoBridge;
|
||||
|
||||
child:
|
||||
async __delete__();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue