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

Unified Diff: services/ui/ws/server_window.h

Issue 2710023007: Make WindowTree::SetModal() take the type. (Closed)
Patch Set: more code. Created 3 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: services/ui/ws/server_window.h
diff --git a/services/ui/ws/server_window.h b/services/ui/ws/server_window.h
index f57f220145a517462e83cee80a60a3b79e626e18..2bf8329af73ea25f4b67fcf411e1904dd81549c0 100644
--- a/services/ui/ws/server_window.h
+++ b/services/ui/ws/server_window.h
@@ -130,7 +130,7 @@ class ServerWindow {
const Windows& transient_children() const { return transient_children_; }
bool is_modal() const { return is_modal_; }
- void SetModal();
+ void SetModal(bool is_modal);
// Returns true if this contains |window| or is |window|.
bool Contains(const ServerWindow* window) const;

Powered by Google App Engine
This is Rietveld 408576698