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

Unified Diff: media/audio/test_audio_input_controller_factory.cc

Issue 2390153006: Audio input debug recording refactoring to reduce thread hops and simplify object ownership (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « media/audio/audio_input_writer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/test_audio_input_controller_factory.cc
diff --git a/media/audio/test_audio_input_controller_factory.cc b/media/audio/test_audio_input_controller_factory.cc
index cd07e20bb350c75035c1228c24ffc74a70268283..9685f4b72422581322b52f844e8a04a6f49de27f 100644
--- a/media/audio/test_audio_input_controller_factory.cc
+++ b/media/audio/test_audio_input_controller_factory.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "media/audio/test_audio_input_controller_factory.h"
+#include "media/audio/audio_input_writer.h"
#include "media/audio/audio_io.h"
namespace media {
@@ -16,6 +17,7 @@ TestAudioInputController::TestAudioInputController(
UserInputMonitor* user_input_monitor)
: AudioInputController(event_handler,
sync_writer,
+ nullptr,
user_input_monitor,
false),
audio_parameters_(audio_parameters),
« no previous file with comments | « media/audio/audio_input_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698