| 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.
|
|
|