| 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 80c6780c1c546e95230d6dbe7ca75afb473de0a4..f300e0e88190eab3eae4f7d90196690fe4345255 100644
|
| --- a/components/mus/public/cpp/lib/in_flight_change.h
|
| +++ b/components/mus/public/cpp/lib/in_flight_change.h
|
| @@ -22,7 +22,9 @@ enum class ChangeType {
|
| BOUNDS,
|
| PROPERTY,
|
| NEW_WINDOW,
|
| - REMOVE_TRANSIENT_WINDOW_FROM_PARENT
|
| + RELEASE_CAPTURE,
|
| + REMOVE_TRANSIENT_WINDOW_FROM_PARENT,
|
| + SET_CAPTURE
|
| };
|
|
|
| // InFlightChange is used to track function calls to the server and take the
|
|
|