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 2cb2a8ed3d
commit 10a7da9096

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