| Index: media/audio/win/waveout_output_win.h
|
| diff --git a/media/audio/win/waveout_output_win.h b/media/audio/win/waveout_output_win.h
|
| index ea9bdefd098b0605a97c5005ee96dd7140453c1a..3f822e9c2721bec355bd572291bf8962b1d9852c 100644
|
| --- a/media/audio/win/waveout_output_win.h
|
| +++ b/media/audio/win/waveout_output_win.h
|
| @@ -40,7 +40,6 @@ class PCMWaveOutAudioOutputStream : public AudioOutputStream {
|
| virtual void Stop();
|
| virtual void SetVolume(double left_level, double right_level);
|
| virtual void GetVolume(double* left_level, double* right_level);
|
| - virtual size_t GetNumBuffers();
|
|
|
| // Sends a buffer to the audio driver for playback.
|
| void QueueNextPacket(WAVEHDR* buffer);
|
|
|