Bug 1885491 - s/webgl.colorspaces.prototype/webgl.drawing_buffer_color_space/. r=gfx-reviewers,webidl,saschanaz,nical

Differential Revision: https://phabricator.services.mozilla.com/D220746
This commit is contained in:
Kelsey Gilbert 2024-09-03 23:09:48 +00:00
parent 27ea414797
commit 1ae94e69ab
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
# Generated by `./generate_color_canvas_reftests.py --write`.
# -
defaults pref(webgl.colorspaces.prototype,true)
defaults pref(webgl.drawing_buffer_color_space,true)
### Generated, do not edit. ###
# -

View File

@ -407,7 +407,7 @@ REFTEST_LIST_PREAMBLE = f"""\
# Generated by `{' '.join(GENERATED_BY_ARGS)}`.
# -
defaults pref(webgl.colorspaces.prototype,true)
defaults pref(webgl.drawing_buffer_color_space,true)
{GENERATED_FILE_LINE}
# -

View File

@ -537,7 +537,7 @@ interface mixin WebGLRenderingContextBase {
/* Upon context creation, drawingBufferColorSpace and unpackColorSpace both
default to the value "srgb". */
[Pref="webgl.colorspaces.prototype"]
[Pref="webgl.drawing_buffer_color_space"]
attribute PredefinedColorSpace drawingBufferColorSpace;
//attribute PredefinedColorSpace unpackColorSpace;

View File

@ -16487,7 +16487,7 @@
value: true
mirror: always
- name: webgl.colorspaces.prototype
- name: webgl.drawing_buffer_color_space
type: RelaxedAtomicBool
value: false
mirror: always