From a8a9149eb324b20a62cfdb78132a569c6fab2046 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 24 May 2019 12:34:58 +0000 Subject: www/chromium: update to 74.0.3729.157 Submitted by: Matthias Wolf via GitHub (#150 #151) MFH: 2019Q2 --- www/chromium/files/patch-media_base_video__frame.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/chromium/files/patch-media_base_video__frame.h') diff --git a/www/chromium/files/patch-media_base_video__frame.h b/www/chromium/files/patch-media_base_video__frame.h index 06c90939cc4e..8e612fdf9a8f 100644 --- a/www/chromium/files/patch-media_base_video__frame.h +++ b/www/chromium/files/patch-media_base_video__frame.h @@ -1,4 +1,4 @@ ---- media/base/video_frame.h.orig 2019-03-11 22:00:59 UTC +--- media/base/video_frame.h.orig 2019-04-30 22:22:52 UTC +++ media/base/video_frame.h @@ -71,7 +71,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte STORAGE_UNOWNED_MEMORY = 2, // External, non owned data pointers. @@ -18,7 +18,7 @@ // Wraps provided dmabufs // (https://www.kernel.org/doc/html/latest/driver-api/dma-buf.html) with a // VideoFrame. The frame will take ownership of |dmabuf_fds|, and will -@@ -430,7 +430,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -437,7 +437,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // Returns the offset into the shared memory where the frame data begins. size_t shared_memory_offset() const; @@ -27,7 +27,7 @@ // Returns a vector containing the backing DmaBufs for this frame. The number // of returned DmaBufs will be equal or less than the number of planes of // the frame. If there are less, this means that the last FD contains the -@@ -624,7 +624,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -631,7 +631,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // memory. size_t shared_memory_offset_; -- cgit v1.2.3