Bug 578384: Clear to to transparent black instead of solid white. r=jrmuizel

This commit is contained in:
Bas Schouten 2010-08-11 01:32:43 +02:00
Родитель a7f4533995
Коммит 4138c802e8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -327,7 +327,7 @@ LayerManagerD3D9::Render()
nsIntRect rect;
mWidget->GetClientBounds(rect);
mDevice->Clear(0, NULL, D3DCLEAR_TARGET, 0xffffffff, 0, 0);
mDevice->Clear(0, NULL, D3DCLEAR_TARGET, 0x00000000, 0, 0);
mDevice->BeginScene();