Chromium Code Reviews| Index: media/gpu/vp8_decoder.cc |
| diff --git a/media/gpu/vp8_decoder.cc b/media/gpu/vp8_decoder.cc |
| index 9d582ed0a627a3c862fe60e8aec93c38d27f9126..e7bdfc2ec93c64168e2d3a0a05bd32e6361ebda7 100644 |
| --- a/media/gpu/vp8_decoder.cc |
| +++ b/media/gpu/vp8_decoder.cc |
| @@ -94,6 +94,7 @@ VP8Decoder::DecodeResult VP8Decoder::Decode() { |
| if (!curr_pic_) |
| return kRanOutOfSurfaces; |
| + curr_pic_->visible_rect = gfx::Rect(pic_size_); |
| if (!DecodeAndOutputCurrentFrame()) |
| return kDecodeError; |