feat(webkit): roll to r1917 (#27444)

Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Playwright Service 2023-10-05 12:21:21 -07:00 committed by GitHub
parent 3f6b419fee
commit 5e2b9f158c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
},
{
"name": "webkit",
"revision": "1916",
"revision": "1917",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -1237,7 +1237,7 @@ export module Protocol {
/**
* The type of rendering context backing the canvas element.
*/
export type ContextType = "canvas-2d"|"offscreen-canvas-2d"|"bitmaprenderer"|"webgl"|"webgl2";
export type ContextType = "canvas-2d"|"offscreen-canvas-2d"|"bitmaprenderer"|"webgl"|"webgl2"|"webgpu";
export type ProgramType = "compute"|"render";
export type ShaderType = "compute"|"fragment"|"vertex";
/**