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

Unified Diff: media/mojo/clients/mojo_video_decoder.h

Issue 2908303003: media: Create Mojo StructTraits for VideoFrame (Closed)
Patch Set: Remove death test. Created 3 years, 6 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
Index: media/mojo/clients/mojo_video_decoder.h
diff --git a/media/mojo/clients/mojo_video_decoder.h b/media/mojo/clients/mojo_video_decoder.h
index 86e575035128f779de58f5bc5eb30aad8bb91fd2..ebd96b336acb73a716d3c04da9cf5b9055dc95b2 100644
--- a/media/mojo/clients/mojo_video_decoder.h
+++ b/media/mojo/clients/mojo_video_decoder.h
@@ -49,7 +49,7 @@ class MojoVideoDecoder final : public VideoDecoder,
// mojom::VideoDecoderClient implementation.
void OnVideoFrameDecoded(
- mojom::VideoFramePtr frame,
+ const scoped_refptr<VideoFrame>& frame,
const base::Optional<base::UnguessableToken>& release_token) final;
private:

Powered by Google App Engine
This is Rietveld 408576698