| Index: media/base/video_frame.h
|
| diff --git a/media/base/video_frame.h b/media/base/video_frame.h
|
| index 9538d7ad79effce0750ec927124f0959734e2c85..944a04018ca25c55a6fbd3d12e98b35374e35b77 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);
|
|
|
|
|