Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(728)

Unified Diff: content/common/gpu/media/vp8_decoder.cc

Issue 967693002: Clang fixes for chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/media/vp8_decoder.h ('k') | media/audio/cras/audio_manager_cras.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/common/gpu/media/vp8_decoder.h ('k') | media/audio/cras/audio_manager_cras.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698