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

Unified Diff: media/gpu/ipc/service/gpu_video_decode_accelerator.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
« no previous file with comments | « media/gpu/ipc/common/media_messages.h ('k') | media/gpu/ipc/service/gpu_video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/gpu_video_decode_accelerator.h
diff --git a/media/gpu/ipc/service/gpu_video_decode_accelerator.h b/media/gpu/ipc/service/gpu_video_decode_accelerator.h
index 7165477b5ec7b855256da1b49168c217fc0829bf..6f38d421fa03a42984880c1ec1ddffc9d56c9d58 100644
--- a/media/gpu/ipc/service/gpu_video_decode_accelerator.h
+++ b/media/gpu/ipc/service/gpu_video_decode_accelerator.h
@@ -98,7 +98,9 @@ class GpuVideoDecodeAccelerator
void OnReusePictureBuffer(int32_t picture_buffer_id);
void OnFlush();
void OnReset();
- void OnSetSurface(int32_t surface_id);
+ void OnSetSurface(
+ int32_t surface_id,
+ const base::Optional<base::UnguessableToken>& routing_token);
void OnDestroy();
// Called on IO thread when |filter_| has been removed.
« no previous file with comments | « media/gpu/ipc/common/media_messages.h ('k') | media/gpu/ipc/service/gpu_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698