diff --git a/inputfiles/patches/webcodecs.kdl b/inputfiles/patches/webcodecs.kdl index d8bb0f094..34dcbf453 100644 --- a/inputfiles/patches/webcodecs.kdl +++ b/inputfiles/patches/webcodecs.kdl @@ -62,4 +62,10 @@ removals { dictionary VideoEncoderConfig { member hevc // Blink only as of 2025-12 } + + dictionary VideoEncoderEncodeOptions { + member av1 // Blink only as of 2025-12 + member hevc // Blink only as of 2025-12 + member vp9 // Blink only as of 2025-12 + } } diff --git a/inputfiles/removedTypes.jsonc b/inputfiles/removedTypes.jsonc index a01b6d0de..4850b708c 100644 --- a/inputfiles/removedTypes.jsonc +++ b/inputfiles/removedTypes.jsonc @@ -253,15 +253,6 @@ "rotation": null // No implementation as of 2025-02 } } - }, - "VideoEncoderEncodeOptions": { - "members": { - "member": { - "av1": null, // Blink only as of 2025-05 - "hevc": null, // No implementation as of 2025-05 - "vp9": null // Blink only as of 2025-05 - } - } } } }