Fix for the rendering problem on unix after the NS_COPYBITS_TO_BACK_BUFFER
cleanup. git-svn-id: svn://10.0.0.236/trunk@44061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -563,7 +563,7 @@ void nsViewManager :: Refresh(nsIView *aView, nsIRenderingContext *aContext, con
|
||||
onscreencx->CopyOffScreenBits(ds, wrect.x, wrect.y, wrect, 0);
|
||||
#else
|
||||
#ifdef XP_UNIX
|
||||
onscreencx->SetClipRect(trect, nsClipCombine_kReplace, result);
|
||||
localcx->SetClipRect(trect, nsClipCombine_kReplace, result);
|
||||
#endif //unix
|
||||
onscreencx->CopyOffScreenBits(ds, brect.x, brect.y, brect, 0);
|
||||
#endif //mac
|
||||
|
||||
Reference in New Issue
Block a user