| Index: ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| diff --git a/ui/views/widget/desktop_aura/x11_desktop_handler.h b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| index c704bbaecfec917aec2f9126a14a69834260a463..568e93e746486a8ca5b3ae662c16f4312eda9a38 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| @@ -41,7 +41,7 @@ class VIEWS_EXPORT X11DesktopHandler : public ui::PlatformEventDispatcher,
|
|
|
| // Sends a request to the window manager to activate |window|.
|
| // This method should only be called if the window is already mapped.
|
| - void ActivateWindow(::Window window);
|
| + void ActivateWindow(::Window window, bool for_user_gesture);
|
|
|
| // Attempts to get the window manager to deactivate |window| by moving it to
|
| // the bottom of the stack. Regardless of whether |window| was actually
|
|
|