Backed out 3 changesets (bug 1771374) for causing build bustage in gfx/gl/gtest/TestColorspaces.cpp CLOSED TREE
Backed out changeset 4d01f260c43a (bug 1771374) Backed out changeset fc62679f0a6c (bug 1771374) Backed out changeset f4f12470f8b7 (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