| Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| index 56f03d54093e14cd1160d65c8f17ee93ddd53f15..b8daa6a1d47af9fc07f9e9515f2bcb1690093347 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| @@ -80,6 +80,7 @@ enum RTPExtensionType {
 | 
|    kRtpExtensionVideoTiming,
 | 
|    kRtpExtensionRtpStreamId,
 | 
|    kRtpExtensionRepairedRtpStreamId,
 | 
| +  kRtpExtensionFrameMarking,
 | 
|    kRtpExtensionNumberOfExtensions  // Must be the last entity in the enum.
 | 
|  };
 | 
|  
 | 
| 
 |