Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: media/mojo/common/mojo_shared_buffer_video_frame.h

Issue 1809903002: Reland "Update mojo Decryptor interface to support reusing shared memory" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add includes Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/mojo/interfaces/decryptor.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/common/mojo_shared_buffer_video_frame.h
diff --git a/media/mojo/common/mojo_shared_buffer_video_frame.h b/media/mojo/common/mojo_shared_buffer_video_frame.h
index 69562c8a848059d0a30d96a38a4c3f4a928169cc..11f96f7350cd361914b77eb3c3b2e8173dfd8a63 100644
--- a/media/mojo/common/mojo_shared_buffer_video_frame.h
+++ b/media/mojo/common/mojo_shared_buffer_video_frame.h
@@ -82,6 +82,7 @@ class MojoSharedBufferVideoFrame : public VideoFrame {
// can be transferred across a mojo connection.
friend struct mojo::TypeConverter<mojo::StructPtr<interfaces::VideoFrame>,
scoped_refptr<VideoFrame>>;
+ friend class MojoDecryptorService;
MojoSharedBufferVideoFrame(VideoPixelFormat format,
const gfx::Size& coded_size,
« no previous file with comments | « no previous file | media/mojo/interfaces/decryptor.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698