| Index: media/audio/win/waveout_output_win.h
|
| ===================================================================
|
| --- media/audio/win/waveout_output_win.h (revision 20503)
|
| +++ media/audio/win/waveout_output_win.h (working copy)
|
| @@ -40,7 +40,6 @@
|
| 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);
|
|
|