summaryrefslogtreecommitdiffstats
path: root/ui/aura/client/stacking_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/client/stacking_client.h')
-rw-r--r--ui/aura/client/stacking_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/client/stacking_client.h b/ui/aura/client/stacking_client.h
index fda9427..5544b1f 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;
};