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