| Index: webrtc/api/statstypes.cc
|
| diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc
|
| index 0b2de4c880d5e15821a0bb6ecce00b82146942b1..f53c6426beda82a0d3a4e8a0a54b47ac4f854a8e 100644
|
| --- a/webrtc/api/statstypes.cc
|
| +++ b/webrtc/api/statstypes.cc
|
| @@ -393,6 +393,8 @@ const char* StatsReport::Value::display_name() const {
|
| return "state";
|
| case kStatsValueNameDataChannelId:
|
| return "datachannelid";
|
| + case kStatsValueNameFramesDecoded:
|
| + return "framesDecoded";
|
| case kStatsValueNameFramesEncoded:
|
| return "framesEncoded";
|
| case kStatsValueNameCodecImplementationName:
|
|
|