| Index: media/mojo/interfaces/renderer.mojom
|
| diff --git a/media/mojo/interfaces/renderer.mojom b/media/mojo/interfaces/renderer.mojom
|
| index 2bd42ea715ad88fc422c7014513c958715de44c7..48e1654e2afe56e4332bb91609b4b99bedc5efcc 100644
|
| --- a/media/mojo/interfaces/renderer.mojom
|
| +++ b/media/mojo/interfaces/renderer.mojom
|
| @@ -35,6 +35,12 @@ interface Renderer {
|
| // Attaches the CDM associated with |cdm_id| to the renderer service,
|
| // executing the callback with whether the CDM was successfully attached.
|
| SetCdm(int32 cdm_id) => (bool success);
|
| +
|
| + // Registers a new request in the ScopedSurfaceRequestManager, and returns
|
| + // its token.
|
| + // Returns base::nullopt in failure or unsupported cases.
|
| + InitiateScopedSurfaceRequest()
|
| + => (mojo.common.mojom.UnguessableToken? request_token);
|
| };
|
|
|
| interface RendererClient {
|
|
|