зеркало из https://github.com/mozilla/gecko-dev.git
Bug 459796 - fixing unit test orange, r+sr=roc
This commit is contained in:
Родитель
96ab0debb0
Коммит
4345614f85
|
@ -3370,7 +3370,7 @@ nsCanvasRenderingContext2D::DrawWindow(nsIDOMWindow* aWindow, PRInt32 aX, PRInt3
|
|||
}
|
||||
|
||||
// Flush layout updates
|
||||
if (flags & nsIDOMCanvasRenderingContext2D::DRAWWINDOW_DO_NOT_FLUSH)
|
||||
if (!(flags & nsIDOMCanvasRenderingContext2D::DRAWWINDOW_DO_NOT_FLUSH))
|
||||
FlushLayoutForTree(aWindow);
|
||||
|
||||
nsCOMPtr<nsPresContext> presContext;
|
||||
|
|
Загрузка…
Ссылка в новой задаче