| Index: media/base/video_frame.h
|
| diff --git a/media/base/video_frame.h b/media/base/video_frame.h
|
| index a5995be5cbe53056a31ab16405a10d1bf2f036e3..0ffd0585cdb20d434760d8e6d654f753b1c4e9db 100644
|
| --- a/media/base/video_frame.h
|
| +++ b/media/base/video_frame.h
|
| @@ -113,8 +113,7 @@
|
| const gfx::Rect& visible_rect,
|
| const gfx::Size& natural_size,
|
| base::TimeDelta timestamp,
|
| - const ReadPixelsCB& read_pixels_cb,
|
| - bool allow_overlay);
|
| + const ReadPixelsCB& read_pixels_cb);
|
|
|
| #if !defined(MEDIA_FOR_CAST_IOS)
|
| // Read pixels from the native texture backing |*this| and write
|
| @@ -299,8 +298,6 @@
|
| // Returns the shared-memory handle, if present
|
| base::SharedMemoryHandle shared_memory_handle() const;
|
|
|
| - bool allow_overlay() const { return allow_overlay_; }
|
| -
|
| #if defined(OS_POSIX)
|
| // Returns backing dmabuf file descriptor for given |plane|, if present.
|
| int dmabuf_fd(size_t plane) const;
|
| @@ -412,8 +409,6 @@
|
|
|
| const bool end_of_stream_;
|
|
|
| - bool allow_overlay_;
|
| -
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(VideoFrame);
|
| };
|
|
|
|
|