Bug 593604. Re-add missing hunk of part 10. a=blocking

This commit is contained in:
Robert O'Callahan 2011-01-03 15:04:59 +13:00
parent 5dc51e4b4d
commit 43225ec75d

View File

@ -240,6 +240,8 @@ ContainerLayerD3D9::RenderLayer()
#endif
GetEffectiveTransform().Is2D(&contTransform);
NS_ASSERTION(is2d, "Transform must be 2D");
mSupportsComponentAlphaChildren = (GetContentFlags() & CONTENT_OPAQUE) ||
(mParent && mParent->SupportsComponentAlphaChildren());
}
/*