зеркало из https://github.com/mozilla/gecko-dev.git
Mac - Temporarly turning off the passing down of rendering contexts to children during updates to facilitate a hack that improves rendering. The hack is getting around the Windows centric XP code.
This commit is contained in:
Родитель
eb0d083f63
Коммит
1576d7c24e
|
@ -730,7 +730,7 @@ NS_IMETHODIMP nsWindow::Update(nsIRenderingContext* aRenderingContext)
|
|||
do
|
||||
{
|
||||
if (NS_SUCCEEDED(children->CurrentItem((nsISupports **)&child))) {
|
||||
child->Update(renderingContext);
|
||||
child->Update(/*renderingContext*/);
|
||||
}
|
||||
}
|
||||
while (NS_SUCCEEDED(children->Next()));
|
||||
|
|
Загрузка…
Ссылка в новой задаче