| Index: components/mus/public/cpp/lib/in_flight_change.h
|
| diff --git a/components/mus/public/cpp/lib/in_flight_change.h b/components/mus/public/cpp/lib/in_flight_change.h
|
| index d92c3002185763785649d22040980a23e472b0c6..4c78aad9e9a33c3ccb19236386a2529c624a8e43 100644
|
| --- a/components/mus/public/cpp/lib/in_flight_change.h
|
| +++ b/components/mus/public/cpp/lib/in_flight_change.h
|
| @@ -35,9 +35,11 @@ enum class ChangeType {
|
| NEW_TOP_LEVEL_WINDOW,
|
| PREDEFINED_CURSOR,
|
| PROPERTY,
|
| + RELEASE_CAPTURE,
|
| REMOVE_CHILD,
|
| REMOVE_TRANSIENT_WINDOW_FROM_PARENT,
|
| REORDER,
|
| + SET_CAPTURE,
|
| VISIBLE,
|
| };
|
|
|
|
|