Bug 1687427 - Update display list when ExternalCompositing is changed r=mattwoodrow
When when TexutureHost's SupportsExternalCompositing is changed, display list needs to be updated. Differential Revision: https://phabricator.services.mozilla.com/D102264
This commit is contained in:
@@ -250,6 +250,8 @@ Maybe<TextureHost::ResourceUpdateOp> AsyncImagePipelineManager::UpdateImageKeys(
|
||||
previousTexture->GetSize() == texture->GetSize() &&
|
||||
previousTexture->GetFormat() == texture->GetFormat() &&
|
||||
previousTexture->NeedsYFlip() == texture->NeedsYFlip() &&
|
||||
previousTexture->SupportsExternalCompositing() ==
|
||||
texture->SupportsExternalCompositing() &&
|
||||
aPipeline->mKeys.Length() == numKeys;
|
||||
|
||||
if (!canUpdate) {
|
||||
|
||||
Reference in New Issue
Block a user