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

Unified Diff: ppapi/tests/test_media_stream_audio_track.h

Issue 488533002: Add a test to verify the waveform from the Pepper MediaStream API is as (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mediastream-samples-fix
Patch Set: Rebase. Created 6 years, 3 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
« no previous file with comments | « no previous file | ppapi/tests/test_media_stream_audio_track.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_media_stream_audio_track.h
diff --git a/ppapi/tests/test_media_stream_audio_track.h b/ppapi/tests/test_media_stream_audio_track.h
index ee6864c2c77f8f71b4bf30b72e3410b4659d5398..1dcb3f33ed94aba3e8e1802433904a102e0527d8 100644
--- a/ppapi/tests/test_media_stream_audio_track.h
+++ b/ppapi/tests/test_media_stream_audio_track.h
@@ -32,6 +32,7 @@ class TestMediaStreamAudioTrack : public TestCase {
std::string TestGetBuffer();
std::string TestConfigure();
std::string TestConfigureClose();
+ std::string TestVerifyWaveform();
pp::MediaStreamAudioTrack audio_track_;
« no previous file with comments | « no previous file | ppapi/tests/test_media_stream_audio_track.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698