Index: services/ui/public/interfaces/window_tree.mojom |
diff --git a/services/ui/public/interfaces/window_tree.mojom b/services/ui/public/interfaces/window_tree.mojom |
index a15f7bf5c7117e6b21cc6037a3bb34d943b92fab..13d0435075a876c0117a66051dc6fd60f75e7f7c 100644 |
--- a/services/ui/public/interfaces/window_tree.mojom |
+++ b/services/ui/public/interfaces/window_tree.mojom |
@@ -223,6 +223,9 @@ interface WindowTree { |
// Otherwise the existing state is used. |
SetImeVisibility(uint32 window_id, bool visible, mojo.TextInputState? state); |
+ // Set whether the specified window can accept events. |
+ SetCanAcceptEvents(uint32 window_id, bool accept_events); |
sadrul
2016/07/12 17:32:33
Update the doc to also explain that if a Window is
riajiang
2016/07/12 18:46:40
Done.
|
+ |
// See documentation for WindowTreeClient::OnWindowInputEvent(). |
OnWindowInputEventAck(uint32 event_id, EventResult result); |