diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-24 12:34:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-24 12:34:58 +0000 |
commit | a8a9149eb324b20a62cfdb78132a569c6fab2046 (patch) | |
tree | 5fdd2d2e7f3be73797f9b742907237c43172a303 /www/chromium/files/patch-media_base_video__frame.cc | |
parent | devel/flyspray: Remove broken MYSQL option (diff) |
www/chromium: update to 74.0.3729.157
Diffstat (limited to 'www/chromium/files/patch-media_base_video__frame.cc')
-rw-r--r-- | www/chromium/files/patch-media_base_video__frame.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-media_base_video__frame.cc b/www/chromium/files/patch-media_base_video__frame.cc index 82b6712e42b1..82a946ca4a4d 100644 --- a/www/chromium/files/patch-media_base_video__frame.cc +++ b/www/chromium/files/patch-media_base_video__frame.cc @@ -1,4 +1,4 @@ ---- media/base/video_frame.cc.orig 2019-03-11 22:00:59 UTC +--- media/base/video_frame.cc.orig 2019-04-30 22:22:52 UTC +++ media/base/video_frame.cc @@ -53,7 +53,7 @@ static std::string StorageTypeToString( return "OWNED_MEMORY"; @@ -36,7 +36,7 @@ // If there are any |dmabuf_fds_| plugged in, we should duplicate them. if (frame->storage_type() == STORAGE_DMABUFS) { wrapping_frame->dmabuf_fds_ = DuplicateFDs(frame->dmabuf_fds_); -@@ -917,7 +917,7 @@ size_t VideoFrame::shared_memory_offset() const { +@@ -916,7 +916,7 @@ size_t VideoFrame::shared_memory_offset() const { return shared_memory_offset_; } |