Bug 191474. Make GTK paint in one pass, pass a region to paint up from GTK to the view manager. r+sr=blizzard

This commit is contained in:
roc+%cs.cmu.edu 2003-03-25 03:07:33 +00:00
Родитель cec34e763a
Коммит d03686c9ae
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -1145,12 +1145,6 @@ void nsViewManager::RenderViews(nsView *aRootView, nsIRenderingContext& aRC,
nsRect fakeClipRect;
OptimizeDisplayListClipping(PR_FALSE, fakeClipRect, index, anyRendered);
#ifdef DEBUG_roc
printf("*** mTranslucentArea=%d,%d,%d,%d\n", mTranslucentArea.x, mTranslucentArea.y,
mTranslucentArea.width, mTranslucentArea.height);
printf("*** gOffscreenSize=%d,%d\n", gOffScreenSize.width, gOffScreenSize.height);
#endif
// We keep a list of all the rendering contexts whose clip rects
// need to be updated.
nsIRenderingContext* RCList[4];