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

Unified Diff: ui/aura/mus/window_tree_client.h

Issue 2745143004: Inform window manager about modal windows in mus+ash. (Closed)
Patch Set: . Created 3 years, 9 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: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 63073714c818f062032f27e0558111c8cbff5323..369b4fca474f94ba5b8444b5f40570f9bf7a75aa 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -29,6 +29,7 @@
#include "ui/aura/mus/mus_types.h"
#include "ui/aura/mus/window_manager_delegate.h"
#include "ui/aura/mus/window_tree_host_mus_delegate.h"
+#include "ui/base/ui_base_types.h"
namespace display {
class Display;
@@ -391,6 +392,9 @@ class AURA_EXPORT WindowTreeClient
Id window_id,
const std::string& name,
const base::Optional<std::vector<uint8_t>>& transit_data) override;
+ void WmSetModalType(uint32_t change_id,
+ Id window_id,
+ ui::ModalType type) override;
void WmSetCanFocus(Id window_id, bool can_focus) override;
void WmCreateTopLevelWindow(
uint32_t change_id,

Powered by Google App Engine
This is Rietveld 408576698