summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/audio_input_sync_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host/media/audio_input_sync_writer.cc')
-rw-r--r--content/browser/renderer_host/media/audio_input_sync_writer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/renderer_host/media/audio_input_sync_writer.cc b/content/browser/renderer_host/media/audio_input_sync_writer.cc
index a043500..117fbe8 100644
--- a/content/browser/renderer_host/media/audio_input_sync_writer.cc
+++ b/content/browser/renderer_host/media/audio_input_sync_writer.cc
@@ -28,6 +28,7 @@ AudioInputSyncWriter::AudioInputSyncWriter(base::SharedMemory* shared_memory,
DVLOG(1) << "SharedMemory::requested_size: "
<< shared_memory->requested_size();
DVLOG(1) << "shared_memory_segment_count: " << shared_memory_segment_count;
+ DVLOG(1) << "audio_bus_memory_size: " << audio_bus_memory_size_;
// Create vector of audio buses by wrapping existing blocks of memory.
uint8* ptr = static_cast<uint8*>(shared_memory_->memory());