| Index: webrtc/api/statstypes.h
 | 
| diff --git a/webrtc/api/statstypes.h b/webrtc/api/statstypes.h
 | 
| index e88879f1fa4a64c7d0183cfc475b48d4dab79e5c..366b6efa0f6595edc272d2e34bb61a399c5809e2 100644
 | 
| --- a/webrtc/api/statstypes.h
 | 
| +++ b/webrtc/api/statstypes.h
 | 
| @@ -106,6 +106,7 @@ class StatsReport {
 | 
|      kStatsValueNameBytesSent,
 | 
|      kStatsValueNameCodecImplementationName,
 | 
|      kStatsValueNameDataChannelId,
 | 
| +    kStatsValueNameFramesDecoded,
 | 
|      kStatsValueNameFramesEncoded,
 | 
|      kStatsValueNameMediaType,
 | 
|      kStatsValueNamePacketsLost,
 | 
| 
 |