Merge inbound to m-c. a=merge

This commit is contained in:
Ryan VanderMeulen 2016-01-02 22:16:30 -05:00
commit 5e11229102

View File

@ -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 {