| Index: trunk/src/ui/aura/window.h
|
| ===================================================================
|
| --- trunk/src/ui/aura/window.h (revision 203401)
|
| +++ trunk/src/ui/aura/window.h (working copy)
|
| @@ -175,6 +175,9 @@
|
| // see WindowTest.StackingMadrigal for details.
|
| void StackChildAbove(Window* child, Window* target);
|
|
|
| + // Stacks the specified child of this window at the bottom of the z-order.
|
| + void StackChildAtBottom(Window* child);
|
| +
|
| // Stacks |child| below |target|. Does nothing if |child| is already below
|
| // |target|.
|
| void StackChildBelow(Window* child, Window* target);
|
|
|