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

Unified Diff: webkit/glue/media/video_renderer_impl.h

Issue 7932005: Reland r101418: Fix aspect ratio and clarify video frame dimensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/video/video_decode_engine.h ('k') | webkit/glue/media/video_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/media/video_renderer_impl.h
diff --git a/webkit/glue/media/video_renderer_impl.h b/webkit/glue/media/video_renderer_impl.h
index 71977d05c9840d9dd57aa254b0760ecbf9e3f3cb..aedadf2473a100125df668d8b043254c4217972d 100644
--- a/webkit/glue/media/video_renderer_impl.h
+++ b/webkit/glue/media/video_renderer_impl.h
@@ -68,8 +68,8 @@ class VideoRendererImpl : public WebVideoRenderer {
media::VideoFrame* last_converted_frame_;
base::TimeDelta last_converted_timestamp_;
- // The size of the video.
- gfx::Size video_size_;
+ // The natural size of the video.
+ gfx::Size natural_size_;
// Whether we're logging video presentation timestamps (PTS).
bool pts_logging_;
« no previous file with comments | « media/video/video_decode_engine.h ('k') | webkit/glue/media/video_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698