Index: content/browser/renderer_host/media/audio_sync_reader.h |
=================================================================== |
--- content/browser/renderer_host/media/audio_sync_reader.h (revision 104976) |
+++ content/browser/renderer_host/media/audio_sync_reader.h (working copy) |
@@ -30,6 +30,7 @@ |
virtual void UpdatePendingBytes(uint32 bytes); |
virtual uint32 Read(void* data, uint32 size); |
virtual void Close(); |
+ virtual bool DataReady(); |
bool Init(); |
bool PrepareForeignSocketHandle(base::ProcessHandle process_handle, |