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

Unified Diff: media/gpu/android_video_decode_accelerator_unittest.cc

Issue 2864603002: Provide callback to create mojo AndroidOverlays 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/android_video_decode_accelerator.cc ('k') | media/gpu/gpu_video_decode_accelerator_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/android_video_decode_accelerator_unittest.cc
diff --git a/media/gpu/android_video_decode_accelerator_unittest.cc b/media/gpu/android_video_decode_accelerator_unittest.cc
index ad0693a3773f0a3e335fdc8fc79a8ec55efdc708..751bc54afd9a5a8b80d947da1631fb379d59548b 100644
--- a/media/gpu/android_video_decode_accelerator_unittest.cc
+++ b/media/gpu/android_video_decode_accelerator_unittest.cc
@@ -333,7 +333,7 @@ class AndroidVideoDecodeAcceleratorTest : public testing::Test {
&codec_allocator_, std::move(chooser_that_is_usually_null_),
base::Bind(&MakeContextCurrent),
base::Bind(&GetGLES2Decoder, gl_decoder_.AsWeakPtr()),
- platform_config_);
+ AndroidOverlayMojoFactoryCB(), platform_config_);
vda_.reset(avda);
bool result = vda_->Initialize(config_, &client_);
« no previous file with comments | « media/gpu/android_video_decode_accelerator.cc ('k') | media/gpu/gpu_video_decode_accelerator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698