feat(webkit): bump to r1564 (#9557)
This commit is contained in:
parent
a186278f2e
commit
3e054e9ad6
|
|
@ -23,7 +23,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1562",
|
"revision": "1564",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446"
|
"mac10.14": "1446"
|
||||||
|
|
|
||||||
|
|
@ -1196,6 +1196,7 @@ export module Protocol {
|
||||||
* Unique shader program identifier.
|
* Unique shader program identifier.
|
||||||
*/
|
*/
|
||||||
export type ProgramId = string;
|
export type ProgramId = string;
|
||||||
|
export type ColorSpace = "srgb"|"display-p3";
|
||||||
/**
|
/**
|
||||||
* The type of rendering context backing the canvas element.
|
* The type of rendering context backing the canvas element.
|
||||||
*/
|
*/
|
||||||
|
|
@ -1210,6 +1211,14 @@ export module Protocol {
|
||||||
* WebGL, WebGL2, ImageBitmapRenderingContext
|
* WebGL, WebGL2, ImageBitmapRenderingContext
|
||||||
*/
|
*/
|
||||||
alpha?: boolean;
|
alpha?: boolean;
|
||||||
|
/**
|
||||||
|
* 2D
|
||||||
|
*/
|
||||||
|
colorSpace?: ColorSpace;
|
||||||
|
/**
|
||||||
|
* 2D
|
||||||
|
*/
|
||||||
|
desynchronized?: boolean;
|
||||||
/**
|
/**
|
||||||
* WebGL, WebGL2
|
* WebGL, WebGL2
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue