зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1235979 - Remove spammy printf that got left by accident when bug 1226904 landed. r=thinker
This commit is contained in:
Родитель
8dbcac5e68
Коммит
e0c11b70fe
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче