зеркало из https://github.com/mozilla/pjs.git
Trivial fix for uninitialized variable. r+sr=dbaron
This commit is contained in:
Родитель
89b3ac1e83
Коммит
d5659ce557
|
@ -1164,7 +1164,7 @@ void nsViewManager::RenderViews(nsView *aRootView, nsIRenderingContext& aRC,
|
||||||
PRBool anyRendered;
|
PRBool anyRendered;
|
||||||
OptimizeDisplayListClipping(&displayList, PR_FALSE, fakeClipRect, index, anyRendered);
|
OptimizeDisplayListClipping(&displayList, PR_FALSE, fakeClipRect, index, anyRendered);
|
||||||
|
|
||||||
PRInt32 translucentViewCount;
|
PRInt32 translucentViewCount = 0;
|
||||||
nsRect translucentArea(0, 0, 0, 0);
|
nsRect translucentArea(0, 0, 0, 0);
|
||||||
PRInt32 i;
|
PRInt32 i;
|
||||||
// count number of translucent views, and
|
// count number of translucent views, and
|
||||||
|
|
Загрузка…
Ссылка в новой задаче