| Index: webrtc/modules/video_coding/frame_object.cc
 | 
| diff --git a/webrtc/modules/video_coding/frame_object.cc b/webrtc/modules/video_coding/frame_object.cc
 | 
| index 70b0a02868ab0511b23675a7538dde2f85ab2d00..9e5ce09770bc3db7fc56fb560760a1a7de51fd03 100644
 | 
| --- a/webrtc/modules/video_coding/frame_object.cc
 | 
| +++ b/webrtc/modules/video_coding/frame_object.cc
 | 
| @@ -79,6 +79,7 @@ RtpFrameObject::RtpFrameObject(PacketBuffer* packet_buffer,
 | 
|    // (HEVC)).
 | 
|    rotation_ = last_packet->video_header.rotation;
 | 
|    _rotation_set = true;
 | 
| +  content_type_ = last_packet->video_header.content_type;
 | 
|  }
 | 
|  
 | 
|  RtpFrameObject::~RtpFrameObject() {
 | 
| 
 |