| Index: content/renderer/pepper/pepper_platform_audio_input_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_platform_audio_input_impl.h (revision 186364)
|
| +++ content/renderer/pepper/pepper_platform_audio_input_impl.h (working copy)
|
| @@ -54,7 +54,8 @@
|
| // media::AudioInputIPCDelegate.
|
| virtual void OnStreamCreated(base::SharedMemoryHandle handle,
|
| base::SyncSocket::Handle socket_handle,
|
| - int length) OVERRIDE;
|
| + int length,
|
| + int total_segments) OVERRIDE;
|
| virtual void OnVolume(double volume) OVERRIDE;
|
| virtual void OnStateChanged(
|
| media::AudioInputIPCDelegate::State state) OVERRIDE;
|
|
|