зеркало из https://github.com/mozilla/gecko-dev.git
Bug 866567. Mask layers for client container layers. r=mattwoodrow
This commit is contained in:
Родитель
a7976b2932
Коммит
560ba2baa6
|
@ -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()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче