| Index: ash/wm/event_client_impl.h
|
| ===================================================================
|
| --- ash/wm/event_client_impl.h (revision 160706)
|
| +++ ash/wm/event_client_impl.h (working copy)
|
| @@ -17,7 +17,7 @@
|
|
|
| class EventClientImpl : public aura::client::EventClient {
|
| public:
|
| - EventClientImpl();
|
| + explicit EventClientImpl(aura::RootWindow* root_window);
|
| virtual ~EventClientImpl();
|
|
|
| private:
|
| @@ -25,6 +25,8 @@
|
| virtual bool CanProcessEventsWithinSubtree(
|
| const aura::Window* window) const OVERRIDE;
|
|
|
| + aura::RootWindow* root_window_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(EventClientImpl);
|
| };
|
|
|
|
|