| Index: media/base/video_frame.h
|
| diff --git a/media/base/video_frame.h b/media/base/video_frame.h
|
| index ad7f4c01a4268651728ce71acba87c3ec0ac388e..3ba4121cad7a665a71d23235cbb232ebb06846ae 100644
|
| --- a/media/base/video_frame.h
|
| +++ b/media/base/video_frame.h
|
| @@ -244,6 +244,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);
|
|
|
|
|