| Index: services/ui/public/cpp/window_tree_client.h
|
| diff --git a/services/ui/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
|
| index 07b6635c5f0a2d65b7d0b31ad193d341250120a3..f455f4bd16470b53ce07da51a4aa076d01fd5f0c 100644
|
| --- a/services/ui/public/cpp/window_tree_client.h
|
| +++ b/services/ui/public/cpp/window_tree_client.h
|
| @@ -203,6 +203,8 @@ class WindowTreeClient : public mojom::WindowTreeClient,
|
| void AddObserver(WindowTreeClientObserver* observer);
|
| void RemoveObserver(WindowTreeClientObserver* observer);
|
|
|
| + void SetAcceptEvents(Id window_id, bool accept_events);
|
| +
|
| #if !defined(NDEBUG)
|
| std::string GetDebugWindowHierarchy() const;
|
| void BuildDebugInfo(const std::string& depth,
|
|
|