Index: chrome/browser/ui/app_list/start_page_service.cc |
diff --git a/chrome/browser/ui/app_list/start_page_service.cc b/chrome/browser/ui/app_list/start_page_service.cc |
index 817a3ff260213ddf4bb9aa6d0b40f77ac447cbf4..a80b6788051baf9b63e10f95f51d5c165d69fd02 100644 |
--- a/chrome/browser/ui/app_list/start_page_service.cc |
+++ b/chrome/browser/ui/app_list/start_page_service.cc |
@@ -40,6 +40,8 @@ |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_source.h" |
+#include "content/public/browser/render_view_host.h" |
+#include "content/public/browser/render_widget_host_view.h" |
#include "content/public/browser/speech_recognition_session_preamble.h" |
#include "content/public/browser/web_contents.h" |
#include "content/public/browser/web_contents_delegate.h" |
@@ -582,6 +584,8 @@ void StartPageService::LoadContents() { |
content::Referrer(), |
ui::PAGE_TRANSITION_AUTO_TOPLEVEL, |
std::string()); |
+ contents_->GetRenderViewHost()->GetView()->SetBackgroundColor( |
+ SK_ColorTRANSPARENT); |
} |
void StartPageService::UnloadContents() { |