From 41fb0b2b5aa724aa2d3810b1b9138f78e4750aaf Mon Sep 17 00:00:00 2001 From: Wes Kocher Date: Tue, 11 Aug 2015 15:59:04 -0700 Subject: [PATCH] Backed out changeset 24ee4a5af7e8 (bug 1136414) for test_conformance__extensions__ext-sRGB.html failures --- dom/canvas/WebGLFramebuffer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/canvas/WebGLFramebuffer.cpp b/dom/canvas/WebGLFramebuffer.cpp index a5f8452cfef4..65513b5d80fc 100644 --- a/dom/canvas/WebGLFramebuffer.cpp +++ b/dom/canvas/WebGLFramebuffer.cpp @@ -268,6 +268,7 @@ WebGLContext::IsFormatValidForFB(GLenum sizedFormat) const case LOCAL_GL_RGBA4: return true; + case LOCAL_GL_SRGB8: case LOCAL_GL_SRGB8_ALPHA8_EXT: return IsExtensionEnabled(WebGLExtensionID::EXT_sRGB);