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

Unified Diff: media/audio/audio_util.h

Issue 7755001: Workaround for race condition between audio host and renderer (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 4 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: media/audio/audio_util.h
===================================================================
--- media/audio/audio_util.h (revision 98956)
+++ media/audio/audio_util.h (working copy)
@@ -92,6 +92,10 @@
MEDIA_EXPORT void SetActualDataSizeInBytes(base::SharedMemory* shared_memory,
uint32 shared_memory_size,
uint32 actual_data_size);
+void SetUnknownDataSize(base::SharedMemory* shared_memory,
scherkus (not reviewing) 2011/09/01 03:16:48 you'll need to add MEDIA_EXPORT for the shared com
+ uint32 shared_memory_size);
+bool IsUnknownDataSize(base::SharedMemory* shared_memory,
+ uint32 shared_memory_size);
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698