Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: content/browser/renderer_host/media/audio_sync_reader.h

Issue 8229013: Fix problem when we did not play beginning of HTML5 audio stream in low latency mode. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/media/audio_sync_reader.h
===================================================================
--- content/browser/renderer_host/media/audio_sync_reader.h (revision 104827)
+++ 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,
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_sync_reader.cc » ('j') | media/audio/audio_output_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698