зеркало из https://github.com/mozilla/gecko-dev.git
Bug 615976 - Fixes layer compositing with AA on Mac - r=bjacob
This commit is contained in:
Родитель
0bce5e7356
Коммит
86edb0e7e4
|
@ -172,6 +172,10 @@ CanvasLayerOGL::UpdateSurface()
|
|||
}
|
||||
#endif
|
||||
|
||||
if (mCanvasGLContext) {
|
||||
mCanvasGLContext->MakeCurrent();
|
||||
mCanvasGLContext->fFinish();
|
||||
}
|
||||
mOGLManager->MakeCurrent();
|
||||
|
||||
if (mCanvasGLContext &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче