 Chromium Code Reviews
 Chromium Code Reviews Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content.
    
  
    Issue 2867693004:
  Snapshot of all changes to get jumbo in blink and content. 
  | Index: content/renderer/media/webrtc_local_audio_source_provider.cc | 
| diff --git a/content/renderer/media/webrtc_local_audio_source_provider.cc b/content/renderer/media/webrtc_local_audio_source_provider.cc | 
| index 6dc8e5ce73639aec69258c70b0d2383eff29353a..372f7797300cec3d645071b88f872b72308e74ce 100644 | 
| --- a/content/renderer/media/webrtc_local_audio_source_provider.cc | 
| +++ b/content/renderer/media/webrtc_local_audio_source_provider.cc | 
| @@ -15,9 +15,12 @@ | 
| using blink::WebVector; | 
| -namespace content { | 
| +namespace { | 
| static const size_t kMaxNumberOfBuffers = 10; | 
| +} | 
| + | 
| +namespace content { | 
| // Size of the buffer that WebAudio processes each time, it is the same value | 
| // as AudioNode::ProcessingSizeInFrames in WebKit. |