| 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 3399b401cf120dc68baa90c2c58c83f8717017c4..b5c8bd85d57e1d0567e89d51b0ce525389cc2cf8 100644
|
| --- a/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| +++ b/ui/views/widget/desktop_aura/x11_desktop_handler.h
|
| @@ -29,6 +29,7 @@ class VIEWS_EXPORT X11DesktopHandler : public base::MessageLoop::Dispatcher,
|
| static X11DesktopHandler* get();
|
|
|
| // 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);
|
|
|
| // Checks if the current active window is |window|.
|
|
|