Index: webrtc/voice_engine/voe_codec_impl.cc |
diff --git a/webrtc/voice_engine/voe_codec_impl.cc b/webrtc/voice_engine/voe_codec_impl.cc |
index b8fa5cefaeae460c5673992659fc12646dde2ecc..2ed76165883b1842eaf249bc156fb4e2d0649465 100644 |
--- a/webrtc/voice_engine/voe_codec_impl.cc |
+++ b/webrtc/voice_engine/voe_codec_impl.cc |
@@ -473,6 +473,10 @@ void VoECodecImpl::ExternalToACMCodecRepresentation(CodecInst& toInst, |
} |
} |
+RtcEventLog* VoECodecImpl::GetEventLog() { |
+ return _shared->event_log(); |
+} |
+ |
#endif // WEBRTC_VOICE_ENGINE_CODEC_API |
} // namespace webrtc |