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 e24dfb9e9b018ea9233cc708480450526f1e1933..91770c5995bf52c9fa9a5820f7d6b4371b0fbf67 100644 |
--- a/webrtc/modules/audio_coding/neteq/neteq_impl.h |
+++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h |
@@ -146,6 +146,8 @@ class NetEqImpl : public webrtc::NetEq { |
int CurrentDelayMs() const override; |
+ int FilteredCurrentDelayMs() const override; |
+ |
// Sets the playout mode to |mode|. |
// Deprecated. |
// TODO(henrik.lundin) Delete. |