| Index: ui/display/mojo/display_constants.mojom
|
| diff --git a/ui/display/mojo/display_constants.mojom b/ui/display/mojo/display_constants.mojom
|
| index 7ea2469dde0e4299aadba330dd2dcd7c70d178c4..eefc4f6623cf35dd4d6fd261ecdb1d5a087ab825 100644
|
| --- a/ui/display/mojo/display_constants.mojom
|
| +++ b/ui/display/mojo/display_constants.mojom
|
| @@ -16,3 +16,10 @@ enum DisplayConnectionType {
|
| DISPLAY_CONNECTION_TYPE_NETWORK = 64,
|
| DISPLAY_CONNECTION_TYPE_VIRTUAL = 128,
|
| };
|
| +
|
| +// Corresponding to display::HDCPState.
|
| +enum HDCPState {
|
| + HDCP_STATE_UNDESIRED,
|
| + HDCP_STATE_DESIRED,
|
| + HDCP_STATE_ENABLED,
|
| +};
|
|
|