Index: components/mus/ws/operation.h |
diff --git a/components/mus/ws/operation.h b/components/mus/ws/operation.h |
index 27441a672e9155bc1e7359f947fd49e6de964098..d85f6011b0a653c19d118e912afb0551ef9b0d1d 100644 |
--- a/components/mus/ws/operation.h |
+++ b/components/mus/ws/operation.h |
@@ -22,9 +22,11 @@ enum class OperationType { |
ADD_WINDOW, |
DELETE_WINDOW, |
EMBED, |
+ RELEASE_CAPTURE, |
REMOVE_TRANSIENT_WINDOW_FROM_PARENT, |
REMOVE_WINDOW_FROM_PARENT, |
REORDER_WINDOW, |
+ SET_CAPTURE, |
SET_FOCUS, |
SET_WINDOW_BOUNDS, |
SET_WINDOW_PROPERTY, |