| Index: webrtc/modules/video_coding/frame_buffer.cc
 | 
| diff --git a/webrtc/modules/video_coding/frame_buffer.cc b/webrtc/modules/video_coding/frame_buffer.cc
 | 
| index 1439a17ed51da3ccb7f637e9bd9a181eee204369..5ea12dc0e6458091cd3b2c84d9bfc09c1df3d37d 100644
 | 
| --- a/webrtc/modules/video_coding/frame_buffer.cc
 | 
| +++ b/webrtc/modules/video_coding/frame_buffer.cc
 | 
| @@ -163,6 +163,7 @@ VCMFrameBufferEnum VCMFrameBuffer::InsertPacket(
 | 
|      RTC_DCHECK(!_rotation_set);
 | 
|      rotation_ = packet.video_header.rotation;
 | 
|      _rotation_set = true;
 | 
| +    content_type_ = packet.video_header.content_type;
 | 
|    }
 | 
|  
 | 
|    if (packet.is_first_packet_in_frame) {
 | 
| 
 |