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

Unified Diff: ppapi/tests/test_audio.h

Issue 240523002: Add test to make sure if PPB_Audio_Shared::StartThread() works. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: ppapi/tests/test_audio.h
diff --git a/ppapi/tests/test_audio.h b/ppapi/tests/test_audio.h
index 56e6254e1891aca30bdbbd0863a6eefa901e320b..0962f2fc58abd6811e483dac2092325fec1e3801 100644
--- a/ppapi/tests/test_audio.h
+++ b/ppapi/tests/test_audio.h
@@ -30,6 +30,10 @@ class TestAudio : public TestCase {
std::string TestAudioCallback3();
std::string TestAudioCallback4();
+#if defined(__native_client__)
+ std::string TestAudioThreadCreator();
+#endif
+
// Calls |audio_callback_method_| (where |user_data| is "this").
static void AudioCallbackTrampoline(void* sample_buffer,
uint32_t buffer_size_in_bytes,

Powered by Google App Engine
This is Rietveld 408576698