From c8b7e20daf190b37483374fe2c293e19e46fa820 Mon Sep 17 00:00:00 2001 From: "stevenjb@chromium.org" Date: Sat, 4 Feb 2012 03:28:26 +0000 Subject: Add PanelWindow and PanelLayoutManager to ash. This implements a sample implementation of a WidgetDelegateView (PanelWindow) and a LayoutManager to provide an initial outline for developing panels. ash_shell must be run with --aura-panels to get the new behavior, since Chrome currently relies on existing behavior for widgets of TYPE_PANEL. BUG=98330 TEST=Run ash_shell --aura-panels to see a simple panel test implementation. Ensure panels work as expected in Chrome. Review URL: http://codereview.chromium.org/9104027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120460 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/ash_switches.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ash/ash_switches.h') diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 3759607..5af50965 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -22,6 +22,7 @@ ASH_EXPORT extern const char kAuraWindowMode[]; ASH_EXPORT extern const char kAuraWindowModeCompact[]; ASH_EXPORT extern const char kAuraWindowModeManaged[]; ASH_EXPORT extern const char kAuraWindowModeOverlapping[]; +ASH_EXPORT extern const char kAuraPanelManager[]; } // namespace switches } // namespace ash -- cgit v1.1