| Index: ash/wm/common/wm_window.h
|
| diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
|
| index c82940692366435dd8242b450f75ac211f39e9bc..7c8b7040cd2b6457770eb6e293ad11bd46d86f93 100644
|
| --- a/ash/wm/common/wm_window.h
|
| +++ b/ash/wm/common/wm_window.h
|
| @@ -89,6 +89,9 @@ class ASH_EXPORT WmWindow {
|
|
|
| virtual WmWindow* GetToplevelWindow() = 0;
|
|
|
| + // See aura::client::ParentWindowWithContext() for details of what this does.
|
| + virtual void SetParentUsingContext(WmWindow* context,
|
| + const gfx::Rect& screen_bounds) = 0;
|
| virtual void AddChild(WmWindow* window) = 0;
|
|
|
| virtual WmWindow* GetParent() = 0;
|
|
|