Bug 1688096 - Part 1. Merge SW-WR and WR render texture host paths to allow mixed compositors. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D104854
This commit is contained in:
@@ -269,11 +269,12 @@ void GPUVideoTextureHost::PushDisplayItems(
|
||||
aFilter, aImageKeys, aFlags);
|
||||
}
|
||||
|
||||
bool GPUVideoTextureHost::SupportsExternalCompositing() {
|
||||
bool GPUVideoTextureHost::SupportsExternalCompositing(
|
||||
WebRenderBackend aBackend) {
|
||||
if (!EnsureWrappedTextureHost()) {
|
||||
return false;
|
||||
}
|
||||
return EnsureWrappedTextureHost()->SupportsExternalCompositing();
|
||||
return EnsureWrappedTextureHost()->SupportsExternalCompositing(aBackend);
|
||||
}
|
||||
|
||||
void GPUVideoTextureHost::UnbindTextureSource() {
|
||||
|
||||
Reference in New Issue
Block a user