| Index: webrtc/common_types.cc
 | 
| diff --git a/webrtc/common_types.cc b/webrtc/common_types.cc
 | 
| index f5b487f6be0a5280c1e0a7c84f0037edd8e2db4f..17bb2656748f0dce15b016228298914be1343797 100644
 | 
| --- a/webrtc/common_types.cc
 | 
| +++ b/webrtc/common_types.cc
 | 
| @@ -31,7 +31,9 @@ RTPHeaderExtension::RTPHeaderExtension()
 | 
|        voiceActivity(false),
 | 
|        audioLevel(0),
 | 
|        hasVideoRotation(false),
 | 
| -      videoRotation(kVideoRotation_0) {}
 | 
| +      videoRotation(kVideoRotation_0),
 | 
| +      hasVideoContentType(false),
 | 
| +      videoContentType(VideoContentType::UNSPECIFIED) {}
 | 
|  
 | 
|  RTPHeader::RTPHeader()
 | 
|      : markerBit(false),
 | 
| 
 |