diff --git a/content/canvas/src/WebGLContextGL.cpp b/content/canvas/src/WebGLContextGL.cpp index b86f7f72d869..5c49904584f2 100644 --- a/content/canvas/src/WebGLContextGL.cpp +++ b/content/canvas/src/WebGLContextGL.cpp @@ -5139,7 +5139,7 @@ WebGLContext::TexSubImage2D_dom(WebGLenum target, WebGLint level, format, type, isurf->Data(), byteLength, -1, - srcFormat, true); + srcFormat, mPixelStorePremultiplyAlpha); } bool