mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 972623 - Call SetCompositableBackendSpecificData() in ImageHost::Composite() r=nical
This commit is contained in:
parent
e08f1f89d2
commit
49dcb1911f
@ -79,6 +79,7 @@ ImageHost::Composite(EffectChain& aEffectChain,
|
||||
|
||||
// Make sure the front buffer has a compositor
|
||||
mFrontBuffer->SetCompositor(GetCompositor());
|
||||
mFrontBuffer->SetCompositableBackendSpecificData(GetCompositableBackendSpecificData());
|
||||
|
||||
AutoLockTextureHost autoLock(mFrontBuffer);
|
||||
if (autoLock.Failed()) {
|
||||
|
Loading…
Reference in New Issue
Block a user