| Index: webrtc/video/receive_statistics_proxy.h
|
| diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h
|
| index 6e4fd3a618ec5861a2afbec066543d64eccaf05f..405c952eb750c9e3cd8c5c2c4902dd85c32ad0d1 100644
|
| --- a/webrtc/video/receive_statistics_proxy.h
|
| +++ b/webrtc/video/receive_statistics_proxy.h
|
| @@ -44,6 +44,7 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback,
|
| void OnDecodedFrame();
|
| void OnRenderedFrame(int width, int height);
|
| void OnIncomingPayloadType(int payload_type);
|
| + void OnDecoderImplementationName(const char* implementation_name);
|
| void OnIncomingRate(unsigned int framerate, unsigned int bitrate_bps);
|
| void OnDecoderTiming(int decode_ms,
|
| int max_decode_ms,
|
|
|