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

Unified Diff: media/mojo/interfaces/android_overlay.mojom

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: fixed test 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/interfaces/android_overlay.mojom
diff --git a/media/mojo/interfaces/android_overlay.mojom b/media/mojo/interfaces/android_overlay.mojom
index ad0cc16ac765c8f18a9738294f2be2960c6c0f2c..ed89fae4190683cb181a1b13f88187b0c6649bd3 100644
--- a/media/mojo/interfaces/android_overlay.mojom
+++ b/media/mojo/interfaces/android_overlay.mojom
@@ -56,5 +56,9 @@ struct AndroidOverlayConfig {
// the identifier won't work yet.
mojo.common.mojom.UnguessableToken routing_token;
+ // Initial rectangle.
gfx.mojom.Rect rect;
+
+ // Is a secure overlay required, such as for displaying protected content?
+ bool secure;
};
« no previous file with comments | « media/mojo/clients/mojo_android_overlay_unittest.cc ('k') | ui/android/java/src/org/chromium/ui/base/WindowAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698