Chromium Code Reviews| Index: components/mus/ws/operation.h |
| diff --git a/components/mus/ws/operation.h b/components/mus/ws/operation.h |
| index 27441a672e9155bc1e7359f947fd49e6de964098..8a801cdd80e8f670d2ddb52d1c2be39b41bd5617 100644 |
| --- a/components/mus/ws/operation.h |
| +++ b/components/mus/ws/operation.h |
| @@ -29,6 +29,7 @@ enum class OperationType { |
| SET_WINDOW_BOUNDS, |
| SET_WINDOW_PROPERTY, |
| SET_WINDOW_VISIBILITY, |
| + SET_WINDOW_PREDEFINED_CURSOR, |
|
sky
2015/12/02 21:42:35
nit: keep these sorted too.
|
| }; |
| // This class tracks the currently pending client-initiated operation. |