Backed out 3 changesets (bug 1771374) for causing bustages on Colorspaces.h. CLOSED TREE
Backed out changeset 498c27656dc3 (bug 1771374) Backed out changeset 6f97bc39643f (bug 1771374) Backed out changeset b4fdb70808b6 (bug 1771374)
This commit is contained in:
@@ -865,7 +865,10 @@ ClientWebGLContext::SetContextOptions(JSContext* cx,
|
||||
}
|
||||
|
||||
if (attributes.mColorSpace.WasPassed()) {
|
||||
newOpts.colorSpace = Some(attributes.mColorSpace.Value());
|
||||
newOpts.colorSpace = attributes.mColorSpace.Value();
|
||||
}
|
||||
if (StaticPrefs::gfx_color_management_native_srgb()) {
|
||||
newOpts.ignoreColorSpace = false;
|
||||
}
|
||||
|
||||
// Don't do antialiasing if we've disabled MSAA.
|
||||
|
||||
Reference in New Issue
Block a user