File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -52,4 +52,10 @@ removals {
5252 member rotation // Blink only as of 2025-12
5353 member transfer // Blink only as of 2025-12
5454 }
55+
56+ dictionary VideoFrameInit {
57+ member flip // Blink only as of 2025-12
58+ member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
59+ member rotation // Blink only as of 2025-12
60+ }
5561}
Original file line number Diff line number Diff line change 298298 "vp9" : null // Blink only as of 2025-05
299299 }
300300 }
301- },
302- "VideoFrameInit" : {
303- "members" : {
304- "member" : {
305- "flip" : null , // No implementation as of 2024-11
306- "metadata" : null , // No implementation as of 2024-11. Linked to VideoFrame.metadata()
307- "rotation" : null // No implementation as of 2024-11
308- }
309- }
310301 }
311302 }
312303 },
You can’t perform that action at this time.
0 commit comments