This commit is contained in:
Ryan VanderMeulen 2016-01-02 22:16:30 -05:00
Родитель 67ff8ead96 e0c11b70fe
Коммит 3354305ff0
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1959,7 +1959,6 @@ void nsDisplayList::HitTest(nsDisplayListBuilder* aBuilder, const nsRect& aRect,
point = aRect.Center();
}
temp.AppendElement(FramesWithDepth(transform->GetHitDepthAtPoint(aBuilder, point)));
printf("depth %p %f\n", transform, transform->GetHitDepthAtPoint(aBuilder, point));
writeFrames = &temp[temp.Length() - 1].mFrames;
}
} else {