From 4903fd36b2b36f00efeb1b7bba81b7de6e9457a3 Mon Sep 17 00:00:00 2001 From: oshima Date: Fri, 17 Oct 2014 17:58:48 -0700 Subject: Support modal windows * New ContainerParams - default_parent to specify the default parent when no transient parent is specified. - modal_container_priority now controls the modal container used for a modal window created for the given container. - if not specified, it will fallback downwards to find one. - if window is specified as always_on_top, it will use top most modal container. * Changed network selector/shutdown dialog to use the new API. * Other change: Separated test windows to athena/test/base/test_windows.h BUG=410499 TBR=sky@chromium.org,reed@chromium.org TEST=coverd by unit tests Review URL: https://codereview.chromium.org/662763002 Cr-Commit-Position: refs/heads/master@{#300192} --- athena/test/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'athena/test/DEPS') diff --git a/athena/test/DEPS b/athena/test/DEPS index 9fc07db..39df6ee 100644 --- a/athena/test/DEPS +++ b/athena/test/DEPS @@ -16,6 +16,6 @@ include_rules = [ "+ui/gfx", "+ui/gl", "+ui/views", - "+ui/wm/core", + "+ui/wm", ] -- cgit v1.1