feat(webkit): roll to r2001 (#30435)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
058a30877d
commit
d332541df7
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "2000",
|
"revision": "2001",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|
|
||||||
|
|
@ -1256,6 +1256,10 @@ export module Protocol {
|
||||||
* 2D
|
* 2D
|
||||||
*/
|
*/
|
||||||
desynchronized?: boolean;
|
desynchronized?: boolean;
|
||||||
|
/**
|
||||||
|
* 2D
|
||||||
|
*/
|
||||||
|
willReadFrequently?: boolean;
|
||||||
/**
|
/**
|
||||||
* WebGL, WebGL2
|
* WebGL, WebGL2
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue