Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: ui/aura/client/stacking_client.h

Issue 10857021: Prepare a bunch of ash tests for workspace2. With Workspace2 you can't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/workspace_controller_test_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « ash/wm/workspace_controller_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698