Index: components/mus/public/interfaces/window_tree_host.mojom |
diff --git a/components/mus/public/interfaces/window_tree_host.mojom b/components/mus/public/interfaces/window_tree_host.mojom |
index 74109de591e6d1d1512e8afbc03f7e7dfff6f7a8..508f759cabf33d810927f7cf4a05de071c70131e 100644 |
--- a/components/mus/public/interfaces/window_tree_host.mojom |
+++ b/components/mus/public/interfaces/window_tree_host.mojom |
@@ -27,6 +27,9 @@ interface WindowTreeHost { |
// easily identify the accelerator's action. |
AddAccelerator(uint32 id, EventMatcher matcher); |
RemoveAccelerator(uint32 id); |
+ |
+ // Enables (or disables) child windows of |window_id| to be activated. |
+ SetActivationParent(uint32 window_id, bool enable); |
Ben Goodger (Google)
2015/11/19 07:26:24
how about AddActivationParent & RemoveActivationPa
sadrul
2015/11/19 19:33:34
Done.
|
}; |
interface WindowTreeHostClient { |