diff --git a/inputfiles/patches/webcodecs.kdl b/inputfiles/patches/webcodecs.kdl index 5b7435e47..28869f023 100644 --- a/inputfiles/patches/webcodecs.kdl +++ b/inputfiles/patches/webcodecs.kdl @@ -38,4 +38,10 @@ removals { member rotation // Blink only as of 2025-12 member transfer // Blink only as of 2025-12 } + + dictionary VideoFrameInit { + member flip // Blink only as of 2025-12 + member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata() + member rotation // Blink only as of 2025-12 + } } diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index f3b430048..b42a07320 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -373,15 +373,6 @@ "vp9": null // Blink only as of 2025-05 } } - }, - "VideoFrameInit": { - "members": { - "member": { - "flip": null, // No implementation as of 2024-11 - "metadata": null, // No implementation as of 2024-11. Linked to VideoFrame.metadata() - "rotation": null // No implementation as of 2024-11 - } - } } } },