summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webcodecs/video_frame_init.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webcodecs/video_frame_init.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/webcodecs/video_frame_init.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webcodecs/video_frame_init.idl b/chromium/third_party/blink/renderer/modules/webcodecs/video_frame_init.idl
index b1c7c21ab8c..cca1c24b169 100644
--- a/chromium/third_party/blink/renderer/modules/webcodecs/video_frame_init.idl
+++ b/chromium/third_party/blink/renderer/modules/webcodecs/video_frame_init.idl
@@ -5,6 +5,6 @@
// https://github.com/WICG/web-codecs
dictionary VideoFrameInit {
- required unsigned long long timestamp; // microseconds
- unsigned long long duration; // microseconds
-}; \ No newline at end of file
+ unsigned long long timestamp; // microseconds
+ unsigned long long duration; // microseconds
+};