From 5a10a19233b63ac48df96f40dd00925222d58c6e Mon Sep 17 00:00:00 2001 From: "jamescook@chromium.org" Date: Tue, 6 Mar 2012 23:43:19 +0000 Subject: Ash: Use translucent frames by default Remove --aura-translucent-frames switch. Tie old-style frames to the existing --aura-window-mode=compact flag. Also fix a couple of cases where views::Widget wasn't be flagged as transparent, which would lead to black pixels in the window corners and incorrect headers in the inactive state. BUG=113075 TEST=visual, look at active and inactive browser windows, popup windows, cookie management (constrained dialog), task manager (general dialog) Review URL: http://codereview.chromium.org/9618022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125251 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/ash_switches.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ash/ash_switches.h') diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 70ae9d7..1b8fa7a 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -21,7 +21,6 @@ ASH_EXPORT extern const char kAuraForceCompactWindowMode[]; ASH_EXPORT extern const char kAuraGoogleDialogFrames[]; ASH_EXPORT extern const char kAuraLegacyPowerButton[]; ASH_EXPORT extern const char kAuraNoShadows[]; -ASH_EXPORT extern const char kAuraTranslucentFrames[]; ASH_EXPORT extern const char kAuraWindowAnimationsDisabled[]; ASH_EXPORT extern const char kAuraWindowMode[]; ASH_EXPORT extern const char kAuraWindowModeCompact[]; -- cgit v1.1