| Index: webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| index 182d8b8d891bc86bf9da9d308509b5c36cec69f3..6a45db6db944de0d33089198d151a2cce2df7cea 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -136,7 +136,7 @@ class NetEqImpl : public webrtc::NetEq {
|
|
|
| int TargetDelay() override;
|
|
|
| - int CurrentDelay() override;
|
| + int CurrentDelayMs() const override;
|
|
|
| // Sets the playout mode to |mode|.
|
| // Deprecated.
|
|
|