| Index: ui/aura/client/stacking_client.h
|
| diff --git a/ui/aura/client/stacking_client.h b/ui/aura/client/stacking_client.h
|
| index fda94271e6d94443801799ec546074170064014a..5544b1fefaad2c8f08aa1ca6267a18f12eaead15 100644
|
| --- a/ui/aura/client/stacking_client.h
|
| +++ b/ui/aura/client/stacking_client.h
|
| @@ -22,6 +22,8 @@ class AURA_EXPORT StackingClient {
|
|
|
| // Called by the Window when its parent is set to NULL, returns the window
|
| // that |window| should be added to instead.
|
| + // NOTE: this may have side effects. It should only be used when |window| is
|
| + // going to be immediately added.
|
| virtual Window* GetDefaultParent(Window* window, const gfx::Rect& bounds) = 0;
|
| };
|
|
|
|
|