File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments