Bug 972623 - Call SetCompositableBackendSpecificData() in ImageHost::Composite() r=nical

This commit is contained in:
Sotaro Ikeda 2014-02-15 17:00:16 -08:00
parent e08f1f89d2
commit 49dcb1911f

View File

@ -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()) {