From ea3f116fd17700976fc3c630f54edca0c4e4dd91 Mon Sep 17 00:00:00 2001 From: Robert O'Callahan Date: Thu, 23 Jun 2011 00:11:28 +1200 Subject: [PATCH] Bug 637852. Part 20: Allow fast scrolling within transformed content. r=tnikkel This lets us easily test scrolling with non-identity resolution. --- layout/generic/nsGfxScrollFrame.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/layout/generic/nsGfxScrollFrame.cpp b/layout/generic/nsGfxScrollFrame.cpp index 26b0ed61e3d..3011153fee3 100644 --- a/layout/generic/nsGfxScrollFrame.cpp +++ b/layout/generic/nsGfxScrollFrame.cpp @@ -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;