| Index: ui/aura/client/event_client.h
|
| ===================================================================
|
| --- ui/aura/client/event_client.h (revision 164745)
|
| +++ ui/aura/client/event_client.h (working copy)
|
| @@ -21,6 +21,9 @@
|
| // Returns true if events can be processed by |window| or any of its children.
|
| virtual bool CanProcessEventsWithinSubtree(const Window* window) const = 0;
|
|
|
| + // Returns the top level EventTarget for the current environment.
|
| + virtual ui::EventTarget* GetToplevelEventTarget() = 0;
|
| +
|
| protected:
|
| virtual ~EventClient() {}
|
| };
|
|
|