Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: components/mus/ws/operation.h

Issue 1759523002: mus: Server-side implementation of modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/mus/ws/operation.h
diff --git a/components/mus/ws/operation.h b/components/mus/ws/operation.h
index 3ab7f6aea2412c086f8ee809b6f9526e33fd5444..0691f99643d5260858447e14d78b84a04c9fa9a5 100644
--- a/components/mus/ws/operation.h
+++ b/components/mus/ws/operation.h
@@ -26,6 +26,7 @@ enum class OperationType {
REMOVE_TRANSIENT_WINDOW_FROM_PARENT,
REMOVE_WINDOW_FROM_PARENT,
REORDER_WINDOW,
+ SET_AS_MODAL,
SET_CAPTURE,
SET_FOCUS,
SET_WINDOW_BOUNDS,

Powered by Google App Engine
This is Rietveld 408576698