Index: media/base/video_frame.h |
diff --git a/media/base/video_frame.h b/media/base/video_frame.h |
index 568424324e392c8d4240911d01c013783b4971c9..0c69627aa207d4d4b3ccf856af2052ec9ec17fe5 100644 |
--- a/media/base/video_frame.h |
+++ b/media/base/video_frame.h |
@@ -155,6 +155,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> { |
static scoped_refptr<VideoFrame> WrapVideoFrame( |
const scoped_refptr<VideoFrame>& frame, |
const gfx::Rect& visible_rect, |
+ const gfx::Size& natural_size, |
const base::Closure& no_longer_needed_cb); |
// Creates a frame which indicates end-of-stream. |