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

Unified Diff: media/mojo/clients/mojo_android_overlay.cc

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: fixes after rebase Created 3 years, 8 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/mojo/clients/mojo_android_overlay.cc
diff --git a/media/mojo/clients/mojo_android_overlay.cc b/media/mojo/clients/mojo_android_overlay.cc
index 6bd19e051fe02b16af4617c6a88881ef86d15958..f310277eb87117185a47c520c3745707cb143326 100644
--- a/media/mojo/clients/mojo_android_overlay.cc
+++ b/media/mojo/clients/mojo_android_overlay.cc
@@ -25,6 +25,7 @@ MojoAndroidOverlay::MojoAndroidOverlay(
mojom::AndroidOverlayConfig::New();
mojo_config->routing_token = routing_token;
mojo_config->rect = config_.rect;
+ mojo_config->secure = config_.secure;
mojom::AndroidOverlayClientPtr ptr;
binding_ = base::MakeUnique<mojo::Binding<mojom::AndroidOverlayClient>>(

Powered by Google App Engine
This is Rietveld 408576698