icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
|
|
@ -391,7 +391,7 @@ bool CompositorBridgeChild::SendStopFrameTimeRecording(
|
|||
|
||||
PTextureChild* CompositorBridgeChild::AllocPTextureChild(
|
||||
const SurfaceDescriptor&, ReadLockDescriptor&, const LayersBackend&,
|
||||
const TextureFlags&, const LayersId&, const uint64_t& aSerial,
|
||||
const TextureFlags&, const uint64_t& aSerial,
|
||||
const wr::MaybeExternalImageId& aExternalImageId) {
|
||||
return TextureClient::CreateIPDLActor();
|
||||
}
|
||||
|
|
@ -513,11 +513,11 @@ PTextureChild* CompositorBridgeChild::CreateTexture(
|
|||
wr::MaybeExternalImageId& aExternalImageId) {
|
||||
PTextureChild* textureChild =
|
||||
AllocPTextureChild(aSharedData, aReadLock, aLayersBackend, aFlags,
|
||||
LayersId{0} /* FIXME */, aSerial, aExternalImageId);
|
||||
aSerial, aExternalImageId);
|
||||
|
||||
return SendPTextureConstructor(
|
||||
textureChild, aSharedData, std::move(aReadLock), aLayersBackend, aFlags,
|
||||
LayersId{0} /* FIXME? */, aSerial, aExternalImageId);
|
||||
return SendPTextureConstructor(textureChild, aSharedData,
|
||||
std::move(aReadLock), aLayersBackend, aFlags,
|
||||
aSerial, aExternalImageId);
|
||||
}
|
||||
|
||||
already_AddRefed<CanvasChild> CompositorBridgeChild::GetCanvasChild() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue