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