Trivial fix for uninitialized variable. r+sr=dbaron

This commit is contained in:
roc+%cs.cmu.edu 2003-06-26 01:49:34 +00:00
Родитель 89b3ac1e83
Коммит d5659ce557
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1164,7 +1164,7 @@ void nsViewManager::RenderViews(nsView *aRootView, nsIRenderingContext& aRC,
PRBool anyRendered;
OptimizeDisplayListClipping(&displayList, PR_FALSE, fakeClipRect, index, anyRendered);
PRInt32 translucentViewCount;
PRInt32 translucentViewCount = 0;
nsRect translucentArea(0, 0, 0, 0);
PRInt32 i;
// count number of translucent views, and