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

Unified Diff: media/filters/audio_renderer_algorithm_unittest.cc

Issue 261533002: Remove AudioBuffer::set_duration(), instead base on frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix content decryptor 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: media/filters/audio_renderer_algorithm_unittest.cc
diff --git a/media/filters/audio_renderer_algorithm_unittest.cc b/media/filters/audio_renderer_algorithm_unittest.cc
index ed6b6ccddf8a0dffc5d445c5f411f172dd99937b..596c8cc4ce629f032f5b3d1870905212c58bc007 100644
--- a/media/filters/audio_renderer_algorithm_unittest.cc
+++ b/media/filters/audio_renderer_algorithm_unittest.cc
@@ -113,7 +113,6 @@ class AudioRendererAlgorithmTest : public testing::Test {
1,
1,
kFrameSize,
- kNoTimestamp(),
kNoTimestamp());
break;
case kSampleFormatS16:
@@ -125,7 +124,6 @@ class AudioRendererAlgorithmTest : public testing::Test {
1,
1,
kFrameSize,
- kNoTimestamp(),
kNoTimestamp());
break;
case kSampleFormatS32:
@@ -137,7 +135,6 @@ class AudioRendererAlgorithmTest : public testing::Test {
1,
1,
kFrameSize,
- kNoTimestamp(),
kNoTimestamp());
break;
default:

Powered by Google App Engine
This is Rietveld 408576698