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

Unified Diff: chromecast/browser/cast_content_window.cc

Issue 950123002: Fix white flash on certain Chromecast screen transitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add bug link. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_window.cc
diff --git a/chromecast/browser/cast_content_window.cc b/chromecast/browser/cast_content_window.cc
index 6a03016cc6c6c4523b8c97822976104212596a86..b813e9175dcd19bd40855ea64ce0adfb10a9237a 100644
--- a/chromecast/browser/cast_content_window.cc
+++ b/chromecast/browser/cast_content_window.cc
@@ -85,6 +85,7 @@ void CastContentWindow::CreateWindowTree(
window_tree_host_->InitHost();
window_tree_host_->window()->SetLayoutManager(
new CastFillLayout(window_tree_host_->window()));
+ window_tree_host_->compositor()->SetBackgroundColor(SK_ColorBLACK);
focus_client_.reset(new aura::test::TestFocusClient());
aura::client::SetFocusClient(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698