Index: content/browser/renderer_host/media/audio_input_renderer_host.cc |
=================================================================== |
--- content/browser/renderer_host/media/audio_input_renderer_host.cc (revision 188786) |
+++ content/browser/renderer_host/media/audio_input_renderer_host.cc (working copy) |
@@ -158,7 +158,7 @@ |
Send(new AudioInputMsg_NotifyStreamCreated(entry->stream_id, |
foreign_memory_handle, foreign_socket_handle, |
- entry->shared_memory.created_size(), |
+ entry->shared_memory.requested_size(), |
entry->shared_memory_segment_count)); |
} |