| 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; | 
| }; | 
|  |