Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl

Issue 2610163006: MediaRecorder: support |timecode| and remove |m_ignoreMutedMedia|. (Closed)
Patch Set: Rebase video_capture_device_client.cc Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
diff --git a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
index 9a33c2152c5bcb427be4f506fa8f7ca18b2a653c..c6fcea61b99a0b02c6efea6474f59cf93a4ae9c7 100644
--- a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
+++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.idl
@@ -8,5 +8,6 @@
Constructor(DOMString type, BlobEventInit eventInitDict),
]
interface BlobEvent : Event {
- readonly attribute Blob data;
+ [SameObject] readonly attribute Blob data;
+ readonly attribute DOMHighResTimeStamp timecode;
};

Powered by Google App Engine
This is Rietveld 408576698