Bug 637852. Part 20: Allow fast scrolling within transformed content. r=tnikkel

This lets us easily test scrolling with non-identity resolution.
This commit is contained in:
Robert O'Callahan 2011-06-23 00:11:28 +12:00
Родитель 8acfc08b6c
Коммит ea3f116fd1
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -1634,9 +1634,6 @@ CanScrollWithBlitting(nsIFrame* aFrame)
{
for (nsIFrame* f = aFrame; f;
f = nsLayoutUtils::GetCrossDocParentFrame(f)) {
if (f->GetStyleDisplay()->HasTransform()) {
return PR_FALSE;
}
if (nsSVGIntegrationUtils::UsingEffectsForFrame(f) ||
f->IsFrameOfType(nsIFrame::eSVG)) {
return PR_FALSE;