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

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

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: cl feedback, except surface_tracker refactor Created 3 years, 9 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..22337bd2ab667eaee642c871431a04c1bbfc848e 100644
--- a/media/mojo/interfaces/android_overlay.mojom
+++ b/media/mojo/interfaces/android_overlay.mojom
@@ -57,4 +57,5 @@ struct AndroidOverlayConfig {
mojo.common.mojom.UnguessableToken routing_token;
gfx.mojom.Rect rect;
+ bool secure;
dcheng 2017/04/03 19:12:40 I'm not sure what |secure| means here.
liberato (no reviews please) 2017/04/04 17:49:29 secure surface, as in protected content. i've add
};

Powered by Google App Engine
This is Rietveld 408576698