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

Unified Diff: media/base/pipeline.h

Issue 403723006: Make media::AudioRenderer inherit from media::TimeSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 6a408da23f0d18abaa66411044e58d37d6e29ecb..85dad365b8a03136c30e354cf5a7d9a41aeaf627 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -317,7 +317,7 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost {
void PausePlayback();
void StartPlayback();
- void PauseClockAndStopRendering_Locked();
+ void PauseClockAndStopTicking_Locked();
void StartClockIfWaitingForTimeUpdate_Locked();
// Task runner used to execute pipeline tasks.

Powered by Google App Engine
This is Rietveld 408576698