Index: content/common/gpu/media/vp8_decoder.cc |
diff --git a/content/common/gpu/media/vp8_decoder.cc b/content/common/gpu/media/vp8_decoder.cc |
index a2fe85c19b5237484698812793344b28d9e5aa6e..a340a6821ea1e621ab136c1a8535c1642e468fc2 100644 |
--- a/content/common/gpu/media/vp8_decoder.cc |
+++ b/content/common/gpu/media/vp8_decoder.cc |
@@ -183,6 +183,10 @@ bool VP8Decoder::DecodeAndOutputCurrentFrame() { |
return true; |
} |
+gfx::Size VP8Decoder::GetPicSize() const { |
+ return pic_size_; |
+} |
+ |
size_t VP8Decoder::GetRequiredNumOfPictures() const { |
const size_t kVP8NumFramesActive = 4; |
const size_t kPicsInPipeline = media::limits::kMaxVideoFrames + 2; |