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 ed7175b3296bca4a065a552503f54b0a8443f465..82ad97b63b7f21941f2796a67135af90e980e62a 100644 |
--- a/services/ui/public/interfaces/window_tree.mojom |
+++ b/services/ui/public/interfaces/window_tree.mojom |
@@ -233,6 +233,8 @@ interface WindowTree { |
// single Atomic32, which represent the current location of the mouse cursor |
// where the location is (x << 16) | y. |
GetCursorLocationMemory() => (handle<shared_buffer> cursor_buffer); |
+ |
+ SetAcceptEvents(uint32 window_id, bool accept_events); |
sky
2016/07/06 16:21:25
Please add description. I also recommend moving th
riajiang
2016/07/08 17:59:59
Done.
|
}; |
// Changes to windows are not sent to the connection that originated the |