Fixes layer compositing with AA on Mac
This commit is contained in:
@@ -172,6 +172,10 @@ CanvasLayerOGL::UpdateSurface()
|
||||
}
|
||||
#endif
|
||||
|
||||
if (mCanvasGLContext) {
|
||||
mCanvasGLContext->MakeCurrent();
|
||||
mCanvasGLContext->fFinish();
|
||||
}
|
||||
mOGLManager->MakeCurrent();
|
||||
|
||||
if (mCanvasGLContext &&
|
||||
|
||||
Reference in New Issue
Block a user