File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,11 @@ removals {
3131 linear // Blink only as of 2022-10
3232 pq // Blink only as of 2022-10
3333 }
34+
35+ dictionary VideoFrameBufferInit {
36+ member flip // Blink only as of 2025-12
37+ member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
38+ member rotation // Blink only as of 2025-12
39+ member transfer // Blink only as of 2025-12
40+ }
3441}
Original file line number Diff line number Diff line change 382382 "rotation" : null // No implementation as of 2024-11
383383 }
384384 }
385- },
386- "VideoFrameBufferInit" : {
387- "members" : {
388- "member" : {
389- "flip" : null , // No implementation as of 2024-11
390- "metadata" : null , // No implementation as of 2024-04. Linked to VideoFrame.metadata()
391- "rotation" : null , // No implementation as of 2024-11
392- "transfer" : null // Blink only as of 2024-11
393- }
394- }
395385 }
396386 }
397387 },
You can’t perform that action at this time.
0 commit comments