Chromium Code Reviews| Index: components/mus/public/interfaces/input_event_constants.mojom |
| diff --git a/components/mus/public/interfaces/input_event_constants.mojom b/components/mus/public/interfaces/input_event_constants.mojom |
| index 03bd80bd342d8ba2d7ae5b57c426cd705ed5cacc..4ca018dde92b4bfce097709274be64fcfb5e04e1 100644 |
| --- a/components/mus/public/interfaces/input_event_constants.mojom |
| +++ b/components/mus/public/interfaces/input_event_constants.mojom |
| @@ -4,6 +4,11 @@ |
| module mus.mojom; |
| +enum AcceleratorType { |
| + PRE_TARGET, |
|
sky
2016/03/03 23:41:24
Document what these mean.
jonross
2016/03/04 15:26:37
Done.
|
| + POST_TARGET, |
| +}; |
| + |
| enum EventType { |
| UNKNOWN, |
| KEY_PRESSED, |