diff options
Diffstat (limited to 'media/base/video_frame.h')
-rw-r--r-- | media/base/video_frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h index 9538d7a..944a040 100644 --- a/media/base/video_frame.h +++ b/media/base/video_frame.h @@ -245,6 +245,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> { // frame->visible_rect(). static scoped_refptr<VideoFrame> WrapVideoFrame( const scoped_refptr<VideoFrame>& frame, + VideoPixelFormat format, const gfx::Rect& visible_rect, const gfx::Size& natural_size); |