Skip to content

Commit 309cd18

Browse files
committed
Migrate VideoFrameInit to KDL
1 parent da23e62 commit 309cd18

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

inputfiles/patches/webcodecs.kdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ removals {
3838
member rotation // Blink only as of 2025-12
3939
member transfer // Blink only as of 2025-12
4040
}
41+
dictionary VideoFrameInit {
42+
member flip // Blink only as of 2025-12
43+
member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
44+
member rotation // No implementation as of 2025-12
45+
}
4146
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -373,15 +373,6 @@
373373
"vp9": null // Blink only as of 2025-05
374374
}
375375
}
376-
},
377-
"VideoFrameInit": {
378-
"members": {
379-
"member": {
380-
"flip": null, // No implementation as of 2024-11
381-
"metadata": null, // No implementation as of 2024-11. Linked to VideoFrame.metadata()
382-
"rotation": null // No implementation as of 2024-11
383-
}
384-
}
385376
}
386377
}
387378
},

0 commit comments

Comments
 (0)