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;