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

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

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
Index: content/common/gpu/media/vp8_decoder.h
diff --git a/content/common/gpu/media/vp8_decoder.h b/content/common/gpu/media/vp8_decoder.h
index a0c29b96bdd0474fd3001d8dd76ae06e59c720c4..e05ab51345cf0f9b86ba0b8c116272055beaa6fd 100644
--- a/content/common/gpu/media/vp8_decoder.h
+++ b/content/common/gpu/media/vp8_decoder.h
@@ -66,7 +66,7 @@ class CONTENT_EXPORT VP8Decoder : public AcceleratedVideoDecoder {
void Reset() override;
void SetStream(const uint8_t* ptr, size_t size) override;
DecodeResult Decode() override WARN_UNUSED_RESULT;
- gfx::Size GetPicSize() const override { return pic_size_; }
+ gfx::Size GetPicSize() const override;
size_t GetRequiredNumOfPictures() const override;
private:
« no previous file with comments | « content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc ('k') | content/common/gpu/media/vp8_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698