Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1185)

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc

Issue 190533006: Add support for transparent background API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #ifdef ASH for windows Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc b/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
index d13b495c8295d617b2aaf36e6d530d0452c5ccb6..255c819146e7ef022c89d926c859994f850eb51e 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc
@@ -125,7 +125,7 @@ void ChromeNativeAppWindowViewsWin::InitializeDefaultWindow(
web_app::UpdateRelaunchDetailsForApp(profile, extension, hwnd);
- if (!create_params.transparent_background && !IsRunningInAsh())
+ if (!create_params.alpha_enabled && !IsRunningInAsh())
EnsureCaptionStyleSet();
UpdateShelfMenu();
}

Powered by Google App Engine
This is Rietveld 408576698