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

Unified Diff: content/common/gpu/media/h264_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
« no previous file with comments | « content/common/gpu/media/generic_v4l2_device.h ('k') | content/common/gpu/media/h264_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/h264_decoder.h
diff --git a/content/common/gpu/media/h264_decoder.h b/content/common/gpu/media/h264_decoder.h
index 3ec83f56fff8d9b24e594a3d9f136e785620963d..32bedaa1526bf7d6f9e781ce8a2b6669eec598b7 100644
--- a/content/common/gpu/media/h264_decoder.h
+++ b/content/common/gpu/media/h264_decoder.h
@@ -105,7 +105,7 @@ class CONTENT_EXPORT H264Decoder : 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/generic_v4l2_device.h ('k') | content/common/gpu/media/h264_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698