Fixes layer compositing with AA on Mac

This commit is contained in:
Jeff Gilbert
2011-10-19 15:09:57 -04:00
parent d76b435882
commit cfeadcbe39

View File

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