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

Unified Diff: media/audio/fake_audio_consumer.h

Issue 16823003: Replace erroneous use of base::Time with base::TimeTicks throughout media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/PresubmitPromptWarning/PresubmitPromptOrNotify/ Created 7 years, 6 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 | « media/audio/audio_low_latency_input_output_unittest.cc ('k') | media/audio/fake_audio_consumer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/fake_audio_consumer.h
diff --git a/media/audio/fake_audio_consumer.h b/media/audio/fake_audio_consumer.h
index 793e553e76b415760ef69236dd3c75de8058a18e..57da74fabfffaf0b090c1f8861052128b03116e4 100644
--- a/media/audio/fake_audio_consumer.h
+++ b/media/audio/fake_audio_consumer.h
@@ -48,7 +48,7 @@ class MEDIA_EXPORT FakeAudioConsumer {
ReadCB read_cb_;
scoped_ptr<AudioBus> audio_bus_;
base::TimeDelta buffer_duration_;
- base::Time next_read_time_;
+ base::TimeTicks next_read_time_;
// Used to post delayed tasks to the AudioThread that we can cancel.
base::CancelableClosure read_task_cb_;
« no previous file with comments | « media/audio/audio_low_latency_input_output_unittest.cc ('k') | media/audio/fake_audio_consumer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698