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..df49c7ce09f949c0c7469927cb73b8dc759298f3 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. |
| + void SetAcceptEvents(bool accept_events); |
|
sky
2016/07/08 20:35:00
nit: SetCanAcceptEvents.
riajiang
2016/07/11 15:48:38
Done.
|
| + |
| // Embedding. See window_tree.mojom for details. |
| void Embed(ui::mojom::WindowTreeClientPtr client, uint32_t flags = 0); |