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

Unified Diff: chrome/browser/ui/app_list/app_list_view_delegate.cc

Issue 911373002: Make start page logo web contents transparent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_white_flash_somehow
Patch Set: disable resize background Created 5 years, 10 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
« no previous file with comments | « chrome/browser/resources/app_list/start_page.css ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_view_delegate.cc
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.cc b/chrome/browser/ui/app_list/app_list_view_delegate.cc
index 897dca3ae4002b8e5a7913fda80b6aa49ff0a38f..5467cc7dcff119efae04a1feecdb56711189d93f 100644
--- a/chrome/browser/ui/app_list/app_list_view_delegate.cc
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.cc
@@ -691,6 +691,7 @@ views::View* AppListViewDelegate::CreateStartPageWebView(
views::WebView* web_view = new views::WebView(
web_contents->GetBrowserContext());
web_view->SetPreferredSize(size);
+ web_view->SetResizeBackgroundColor(SK_ColorTRANSPARENT);
web_view->SetWebContents(web_contents);
return web_view;
}
« no previous file with comments | « chrome/browser/resources/app_list/start_page.css ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698