Skip to content

Commit

Permalink
Update constants-and-properties-2 (#3410)
Browse files Browse the repository at this point in the history
Follow-on to #3408 and #3292 .

Related to https://crbug.com/1208480 .
  • Loading branch information
ccameron-chromium committed May 17, 2022
1 parent 91203c5 commit d4d5987
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Expand Up @@ -729,9 +729,11 @@

// Other non-function properties on the WebGL object
var otherProperties = {
drawingBufferWidth : "number",
drawingBufferHeight : "number",
canvas : "implementation-dependent"
drawingBufferWidth : "number",
drawingBufferHeight : "number",
drawingBufferColorSpace : "string",
unpackColorSpace : "string",
canvas : "implementation-dependent"
};

// Properties to be ignored (as a list of strings) because they were
Expand Down
Expand Up @@ -708,9 +708,11 @@

// Other non-function properties on the WebGL object
var otherProperties = {
drawingBufferWidth : "number",
drawingBufferHeight : "number",
canvas : "implementation-dependent"
drawingBufferWidth : "number",
drawingBufferHeight : "number",
drawingBufferColorSpace : "string",
unpackColorSpace : "string",
canvas : "implementation-dependent"
};

// Properties to be ignored (as a list of strings) because they were
Expand Down

0 comments on commit d4d5987

Please sign in to comment.