mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Bug 1388020. r=nical, a=RyanVM
This commit is contained in:
parent
55bde34653
commit
e3e79721f6
6 changed files with 41 additions and 6 deletions
|
|
@ -888,8 +888,7 @@ BufferTextureHost::Upload(nsIntRegion *aRegion)
|
|||
mFirstSource = mCompositor->CreateDataTextureSource(mFlags|TextureFlags::RGB_FROM_YCBCR);
|
||||
mFirstSource->SetOwner(this);
|
||||
}
|
||||
mFirstSource->Update(surf, aRegion);
|
||||
return true;
|
||||
return mFirstSource->Update(surf, aRegion);
|
||||
}
|
||||
|
||||
RefPtr<DataTextureSource> srcY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue