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

Unified Diff: media/video/video_decode_accelerator.cc

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/video/video_decode_accelerator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/video_decode_accelerator.cc
diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc
index b2b8a53137b959ef46a3232c2ba7bcdf6562be85..bc37cca3c1584b3386cfcdcc923b0c056d4d3c46 100644
--- a/media/video/video_decode_accelerator.cc
+++ b/media/video/video_decode_accelerator.cc
@@ -45,7 +45,9 @@ void VideoDecodeAccelerator::ImportBufferForPicture(
NOTREACHED() << "Buffer import not supported.";
}
-void VideoDecodeAccelerator::SetSurface(int32_t surface_id) {
+void VideoDecodeAccelerator::SetSurface(
+ int32_t surface_id,
+ const base::Optional<base::UnguessableToken>& routing_token) {
NOTREACHED() << "Surfaces are not supported.";
}
« no previous file with comments | « media/video/video_decode_accelerator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698