| Index: webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc
 | 
| diff --git a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc
 | 
| index 04bbd161ec699338a2a36ac9a6f912ee39207132..3e4367fb67e0658e4302dc324ec229116fb6d691 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc
 | 
| +++ b/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc
 | 
| @@ -740,7 +740,6 @@ int VP9DecoderImpl::ReturnFrame(const vpx_image_t* img, uint32_t timestamp) {
 | 
|    rtc::scoped_refptr<WrappedI420Buffer> img_wrapped_buffer(
 | 
|        new rtc::RefCountedObject<webrtc::WrappedI420Buffer>(
 | 
|            img->d_w, img->d_h,
 | 
| -          img->d_w, img->d_h,
 | 
|            img->planes[VPX_PLANE_Y], img->stride[VPX_PLANE_Y],
 | 
|            img->planes[VPX_PLANE_U], img->stride[VPX_PLANE_U],
 | 
|            img->planes[VPX_PLANE_V], img->stride[VPX_PLANE_V],
 | 
| 
 |