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 258372e5027cab9b45c5021dc95fd972b1a86676..eed6b59a1436fdaa37eb0221c89419b15ab12aa4 100644 |
--- a/content/common/gpu/media/vp8_decoder.cc |
+++ b/content/common/gpu/media/vp8_decoder.cc |
@@ -184,6 +184,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; |