summaryrefslogtreecommitdiffstats
path: root/ui/aura/test/test_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/test/test_windows.h')
-rw-r--r--ui/aura/test/test_windows.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/aura/test/test_windows.h b/ui/aura/test/test_windows.h
index 1781104..d0b782d 100644
--- a/ui/aura/test/test_windows.h
+++ b/ui/aura/test/test_windows.h
@@ -31,6 +31,16 @@ Window* CreateTestWindowWithDelegateAndType(WindowDelegate* delegate,
const gfx::Rect& bounds,
Window* parent);
+// Creates a transient child window of |parent|.
+Window* CreateTransientChild(int id, Window* parent);
+
+// Returns true if |upper| is above |lower| in the window stacking order.
+bool WindowIsAbove(Window* upper, Window* lower);
+
+// Returns true if |upper|'s layer is above |lower|'s layer in the layer
+// stacking order.
+bool LayerIsAbove(Window* upper, Window* lower);
+
} // namespace test
} // namespace aura