Bug 615976 - Fixes layer compositing with AA on Mac - r=bjacob

This commit is contained in:
Jeff Gilbert 2011-10-19 15:09:57 -04:00
Родитель 0bce5e7356
Коммит 86edb0e7e4
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -172,6 +172,10 @@ CanvasLayerOGL::UpdateSurface()
}
#endif
if (mCanvasGLContext) {
mCanvasGLContext->MakeCurrent();
mCanvasGLContext->fFinish();
}
mOGLManager->MakeCurrent();
if (mCanvasGLContext &&