Bug 1245870: When concluding there is nothing to draw inside the clip be sure to balance the Save() since it won't be balanced in PopGroupForlayer. r=jrmuizel

--HG--
extra : commitid : Ra5uaA0wki
This commit is contained in:
Bas Schouten 2016-02-05 13:53:45 +01:00
Родитель 07456d7f45
Коммит dae57ec4b3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -123,6 +123,7 @@ BasicLayerManager::PushGroupForLayer(gfxContext* aContext, Layer* aLayer, const
group.mMaskSurface = GetMaskForLayer(aLayer, &group.mMaskTransform);
return group;
}
aContext->Restore();
}
Matrix maskTransform;