| Index: ash/common/wm_window.h
|
| diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
|
| index 3bfb302a85a4fbaddc16499ab6e4310b04242453..d371caead22e5ad3f4c826a9cfa006a047eb6b7d 100644
|
| --- a/ash/common/wm_window.h
|
| +++ b/ash/common/wm_window.h
|
| @@ -126,7 +126,11 @@ class ASH_EXPORT WmWindow {
|
| }
|
| virtual const wm::WindowState* GetWindowState() const = 0;
|
|
|
| + // The implementation of this matches aura::Window::GetToplevelWindow().
|
| virtual WmWindow* GetToplevelWindow() = 0;
|
| + // The implementation of this matches
|
| + // aura::client::ActivationClient::GetToplevelWindow().
|
| + virtual WmWindow* GetToplevelWindowForFocus() = 0;
|
|
|
| // See aura::client::ParentWindowWithContext() for details of what this does.
|
| virtual void SetParentUsingContext(WmWindow* context,
|
|
|