Bug 1449575 - fix file-whitespace lint failures on WebGLContext.cpp. r=fix CLOSED TREE

This commit is contained in:
Iulian Moraru 2022-03-24 22:35:57 +02:00
parent 5362a1dd62
commit 92b62b9e23

View File

@ -847,7 +847,7 @@ void WebGLContext::BlitBackbufferToCurDriverFB(
} else {
colorTex = mozFb->ColorTex();
}
// DrawBlit handles ColorMask itself.
gl->BlitHelper()->DrawBlitTextureToFramebuffer(
colorTex, size, size, LOCAL_GL_TEXTURE_2D, srcIsBGRA);