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:
@@ -215,8 +215,9 @@ void WebRenderTextureHost::PushDisplayItems(
|
||||
aImageKeys, aFlags);
|
||||
}
|
||||
|
||||
bool WebRenderTextureHost::SupportsExternalCompositing() {
|
||||
return mWrappedTextureHost->SupportsExternalCompositing();
|
||||
bool WebRenderTextureHost::SupportsExternalCompositing(
|
||||
WebRenderBackend aBackend) {
|
||||
return mWrappedTextureHost->SupportsExternalCompositing(aBackend);
|
||||
}
|
||||
|
||||
bool WebRenderTextureHost::NeedsYFlip() const {
|
||||
|
||||
Reference in New Issue
Block a user