зеркало из https://github.com/mozilla/gecko-dev.git
Bug 646757. Don't construct useless nsDisplayOwnLayers. r=tnikkel
This commit is contained in:
Родитель
e6f37de195
Коммит
040d5db0c5
|
@ -1861,6 +1861,8 @@ static void
|
|||
AppendToTop(nsDisplayListBuilder* aBuilder, nsDisplayList* aDest,
|
||||
nsDisplayList* aSource, nsIFrame* aSourceFrame, PRBool aOwnLayer)
|
||||
{
|
||||
if (aSource->IsEmpty())
|
||||
return;
|
||||
if (aOwnLayer) {
|
||||
aDest->AppendNewToTop(
|
||||
new (aBuilder) nsDisplayOwnLayer(aBuilder, aSourceFrame, aSource));
|
||||
|
|
Загрузка…
Ссылка в новой задаче