| Index: webrtc/modules/video_coding/generic_encoder.cc
 | 
| diff --git a/webrtc/modules/video_coding/generic_encoder.cc b/webrtc/modules/video_coding/generic_encoder.cc
 | 
| index 41f2cad6ffec1fa9f545556da96575a2e2b1d3b4..e060c30349834fcbf55bc0dfa1d1312410fb7697 100644
 | 
| --- a/webrtc/modules/video_coding/generic_encoder.cc
 | 
| +++ b/webrtc/modules/video_coding/generic_encoder.cc
 | 
| @@ -128,8 +128,8 @@ int32_t VCMGenericEncoder::RequestFrame(
 | 
|    // TODO(nisse): Used only with internal source. Delete as soon as
 | 
|    // that feature is removed. The only implementation I've been able
 | 
|    // to find ignores what's in the frame.
 | 
| -  return encoder_->Encode(VideoFrame(I420Buffer::Create(1, 1),
 | 
| -                                     kVideoRotation_0, 0),
 | 
| +  return encoder_->Encode(VideoFrame(I420Buffer::Create(1, 1), kVideoRotation_0,
 | 
| +                                     kVideoContent_Default, 0),
 | 
|                            NULL, &frame_types);
 | 
|    return 0;
 | 
|  }
 | 
| 
 |