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

Unified Diff: media/base/android_overlay_mojo_factory.h

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 | « content/gpu/gpu_child_thread.cc ('k') | media/gpu/android_video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android_overlay_mojo_factory.h
diff --git a/media/base/android_overlay_mojo_factory.h b/media/base/android_overlay_mojo_factory.h
index 04458bdd0a399dd2d85fea2fb7094819a0b78191..eddf78207fcf17de359dfc720c3704f250d66d0e 100644
--- a/media/base/android_overlay_mojo_factory.h
+++ b/media/base/android_overlay_mojo_factory.h
@@ -7,13 +7,14 @@
#include "base/callback.h"
#include "base/macros.h"
+#include "base/unguessable_token.h"
#include "media/base/android_overlay_config.h"
namespace media {
// Note that this compiles on non-android too.
using AndroidOverlayMojoFactoryCB = base::RepeatingCallback<std::unique_ptr<
- AndroidOverlay>(base::UnguessableToken&, const AndroidOverlayConfig&)>
+ AndroidOverlay>(const base::UnguessableToken&, AndroidOverlayConfig)>;
} // namespace media
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | media/gpu/android_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698