Index: media/gpu/vp8_decoder.cc |
diff --git a/media/gpu/vp8_decoder.cc b/media/gpu/vp8_decoder.cc |
index 9d582ed0a627a3c862fe60e8aec93c38d27f9126..0071981603a64d45cab72e5566f4d104e72f80ff 100644 |
--- a/media/gpu/vp8_decoder.cc |
+++ b/media/gpu/vp8_decoder.cc |
@@ -169,7 +169,7 @@ bool VP8Decoder::DecodeAndOutputCurrentFrame() { |
return false; |
if (curr_frame_hdr_->show_frame) |
- if (!accelerator_->OutputPicture(curr_pic_)) |
+ if (!accelerator_->OutputPicture(curr_pic_, gfx::Rect(pic_size_))) |
return false; |
RefreshReferenceFrames(); |