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

Unified Diff: media/filters/video_frame_generator.h

Issue 10824141: Remove VideoDecoder::natural_size() & added VideoFrame::natural_size(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright year. Created 8 years, 5 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 | « media/filters/gpu_video_decoder.cc ('k') | media/filters/video_frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_frame_generator.h
diff --git a/media/filters/video_frame_generator.h b/media/filters/video_frame_generator.h
index 54571455b4f8279ca461daba6700fd17441d6d59..2d32b550f4a94e2ab7821605848e3d219b67c0eb 100644
--- a/media/filters/video_frame_generator.h
+++ b/media/filters/video_frame_generator.h
@@ -35,7 +35,6 @@ class MEDIA_EXPORT VideoFrameGenerator : public VideoDecoder {
virtual void Read(const ReadCB& read_cb) OVERRIDE;
virtual void Reset(const base::Closure& closure) OVERRIDE;
virtual void Stop(const base::Closure& closure) OVERRIDE;
- virtual const gfx::Size& natural_size() OVERRIDE;
protected:
virtual ~VideoFrameGenerator();
@@ -50,7 +49,7 @@ class MEDIA_EXPORT VideoFrameGenerator : public VideoDecoder {
void StopOnDecoderThread(const base::Closure& closure);
scoped_refptr<base::MessageLoopProxy> message_loop_proxy_;
- gfx::Size natural_size_;
+ gfx::Size size_;
bool stopped_;
base::TimeDelta current_time_;
« no previous file with comments | « media/filters/gpu_video_decoder.cc ('k') | media/filters/video_frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698