diff options
Diffstat (limited to 'ui/aura/dispatcher_linux.h')
-rw-r--r-- | ui/aura/dispatcher_linux.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/aura/dispatcher_linux.h b/ui/aura/dispatcher_linux.h index 11c9084..2be4dec 100644 --- a/ui/aura/dispatcher_linux.h +++ b/ui/aura/dispatcher_linux.h @@ -25,8 +25,10 @@ class DispatcherLinux : public Dispatcher { DispatcherLinux(); virtual ~DispatcherLinux(); - void RootWindowHostCreated(::Window window, RootWindowHostLinux* host); - void RootWindowHostDestroying(::Window window); + void RootWindowHostCreated(::Window window, + ::Window root, + RootWindowHostLinux* host); + void RootWindowHostDestroying(::Window window, ::Window root); // Overridden from MessageLoop::Dispatcher: virtual base::MessagePumpDispatcher::DispatchStatus Dispatch( |