mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
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:
parent
27ea414797
commit
1ae94e69ab
@ -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. ###
|
||||
# -
|
||||
|
@ -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}
|
||||
# -
|
||||
|
@ -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;
|
||||
|
||||
|
@ -16487,7 +16487,7 @@
|
||||
value: true
|
||||
mirror: always
|
||||
|
||||
- name: webgl.colorspaces.prototype
|
||||
- name: webgl.drawing_buffer_color_space
|
||||
type: RelaxedAtomicBool
|
||||
value: false
|
||||
mirror: always
|
||||
|
Loading…
Reference in New Issue
Block a user