Chromium Code Reviews| Index: services/ui/public/cpp/window.h |
| diff --git a/services/ui/public/cpp/window.h b/services/ui/public/cpp/window.h |
| index c902e58eee4acff2e19626e1374ba64e0109ade0..87c58247279af879ba512b20e519ef79d6a0b65f 100644 |
| --- a/services/ui/public/cpp/window.h |
| +++ b/services/ui/public/cpp/window.h |
| @@ -209,6 +209,9 @@ class Window { |
| bool HasFocus() const; |
| void SetCanFocus(bool can_focus); |
| + // Set whether this window accepts events. |
|
sadrul
2016/07/12 17:32:33
*Sets
riajiang
2016/07/12 18:46:40
Done.
|
| + void SetCanAcceptEvents(bool can_accept_events); |
| + |
| // Embedding. See window_tree.mojom for details. |
| void Embed(ui::mojom::WindowTreeClientPtr client, uint32_t flags = 0); |