Bug 419270: Elements with position:fixed jump while scrolling, copy the Linux solution, p=wuno@lsvw, r=me, a19a4=beltzner

This commit is contained in:
mozilla@weilbacher.org 2008-02-29 00:19:05 -08:00
parent 8b5daa19e2
commit 298971b41d

View File

@ -1723,7 +1723,7 @@ PRBool nsViewManager::CanScrollWithBitBlt(nsView* aView, nsPoint aDelta,
aUpdateRegion->MoveBy(-displayOffset);
#ifdef MOZ_WIDGET_GTK2
#if defined(MOZ_WIDGET_GTK2) || defined(XP_OS2)
return aUpdateRegion->IsEmpty();
#else
return PR_TRUE;