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

Unified Diff: Source/modules/mediarecorder/MediaRecorder.h

Issue 1354863002: MediaRecorder: Adding BlobEvent and connecting it in MediaRecorderHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: BlobEvent in global-interface-listing-expected.txt, and rebase Created 5 years, 3 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
« no previous file with comments | « Source/modules/mediarecorder/BlobEventInit.idl ('k') | Source/modules/mediarecorder/MediaRecorder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediarecorder/MediaRecorder.h
diff --git a/Source/modules/mediarecorder/MediaRecorder.h b/Source/modules/mediarecorder/MediaRecorder.h
index 028515bd0ba5fbd17dedb9f543012bd98d94d632..80ae6db3518f4bce64c3c2894c3c43dadf3cf7b2 100644
--- a/Source/modules/mediarecorder/MediaRecorder.h
+++ b/Source/modules/mediarecorder/MediaRecorder.h
@@ -16,7 +16,7 @@
namespace blink {
-class BlobData;
+class Blob;
class ExceptionState;
class MODULES_EXPORT MediaRecorder final
@@ -81,7 +81,7 @@ public:
private:
MediaRecorder(ExecutionContext*, MediaStream*, const String& mimeType, ExceptionState&);
- void createBlobEvent(PassOwnPtr<BlobData> blobData);
+ void createBlobEvent(Blob*);
void stopRecording();
void scheduleDispatchEvent(PassRefPtrWillBeRawPtr<Event>);
« no previous file with comments | « Source/modules/mediarecorder/BlobEventInit.idl ('k') | Source/modules/mediarecorder/MediaRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698