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

Unified Diff: content/renderer/media/media_recorder_handler.h

Issue 1486623004: MediaStreamRecorder: enable in Android (including linking libwebm) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect RendererBlinkPlatformImpl::createMediaRecorderHandler() Created 5 years 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 | « content/renderer/BUILD.gn ('k') | content/renderer/media/media_recorder_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_recorder_handler.h
diff --git a/content/renderer/media/media_recorder_handler.h b/content/renderer/media/media_recorder_handler.h
index bab331f47cb824ff8cfe1c262cf35b69201db66d..05a215d8f5292f16cfcd1045b76cabf4528b3c6e 100644
--- a/content/renderer/media/media_recorder_handler.h
+++ b/content/renderer/media/media_recorder_handler.h
@@ -96,10 +96,8 @@ class CONTENT_EXPORT MediaRecorderHandler final
ScopedVector<VideoTrackRecorder> video_recorders_;
ScopedVector<AudioTrackRecorder> audio_recorders_;
-#if !defined(MEDIA_DISABLE_LIBWEBM)
// Worker class doing the actual Webm Muxing work.
scoped_ptr<media::WebmMuxer> webm_muxer_;
-#endif
base::WeakPtrFactory<MediaRecorderHandler> weak_factory_;
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/media/media_recorder_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698