Bug 904214 - Add missing assert per review comments. r=nrc

This commit is contained in:
Jim Mathies 2013-08-22 20:54:49 -05:00
Родитель 4b66038b85
Коммит 085b011856
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -578,6 +578,7 @@ CompositorD3D11::DrawQuad(const gfx::Rect& aRect,
case EFFECT_COMPONENT_ALPHA:
{
MOZ_ASSERT(gfxPlatform::ComponentAlphaEnabled());
MOZ_ASSERT(mAttachments->mComponentBlendState);
EffectComponentAlpha* effectComponentAlpha =
static_cast<EffectComponentAlpha*>(aEffectChain.mPrimaryEffect.get());
TextureSourceD3D11* sourceOnWhite = effectComponentAlpha->mOnWhite->AsSourceD3D11();