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

Unified Diff: media/gpu/ipc/common/media_messages.h

Issue 2849043002: Send AndroidOverlay routing token from WMPI to AVDA. (Closed)
Patch Set: rebased Created 3 years, 7 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/gpu/ipc/common/media_messages.h
diff --git a/media/gpu/ipc/common/media_messages.h b/media/gpu/ipc/common/media_messages.h
index 757e2d9fec04a965657f35befc57289b1d80ec01..506c391c74f8563e83df1e1ac1b3b118ca36c4e1 100644
--- a/media/gpu/ipc/common/media_messages.h
+++ b/media/gpu/ipc/common/media_messages.h
@@ -93,8 +93,10 @@ IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Flush)
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Reset)
// Send a surface id to the decoder.
-IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_SetSurface,
- int32_t) /* Surface ID */
+IPC_MESSAGE_ROUTED2(
+ AcceleratedVideoDecoderMsg_SetSurface,
+ int32_t, /* Surface ID */
+ base::Optional<base::UnguessableToken>); /* AndroidOverlay routing token */
// Send destroy request to the decoder.
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Destroy)
« no previous file with comments | « media/gpu/ipc/client/gpu_video_decode_accelerator_host.cc ('k') | media/gpu/ipc/service/gpu_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698