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

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

Issue 1415793003: fix build when ffmpeg, libvpx and libwebm are disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/media/audio_decoder.cc ('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 8d9d7ee15de18f703c060cc3664239fa126f9f44..0c4f3a99a24071a1591bf6cd1d68ffd00f39a120 100644
--- a/content/renderer/media/media_recorder_handler.h
+++ b/content/renderer/media/media_recorder_handler.h
@@ -87,8 +87,10 @@ class CONTENT_EXPORT MediaRecorderHandler final
ScopedVector<VideoTrackRecorder> video_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/media/audio_decoder.cc ('k') | content/renderer/media/media_recorder_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698