Bug 866567. Mask layers for client container layers. r=mattwoodrow

This commit is contained in:
Nicholas Cameron 2013-06-14 11:34:15 +12:00
Родитель a7976b2932
Коммит 560ba2baa6
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -155,6 +155,10 @@ public:
virtual void RenderLayer()
{
if (GetMaskLayer()) {
ToClientLayer(GetMaskLayer())->RenderLayer();
}
// Setup mSupportsComponentAlphaChildren in the same way
// that ContainerLayerComposite will do.
if (UseIntermediateSurface()) {