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

Unified Diff: ash/shell.cc

Issue 12079002: Minimize black screen during the boot with multi displays (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 2d39516b9272202ba227df9da0f91bdd362e138f..b2b4f50d08bda329d310fa6b88f7e2d000f13315 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -213,7 +213,8 @@ Shell::Shell(ShellDelegate* delegate)
(blacklisted_features & content::GPU_FEATURE_TYPE_PANEL_FITTING) ||
CommandLine::ForCurrentProcess()->HasSwitch(
switches::kAshDisablePanelFitting);
- output_configurator_->Init(!is_panel_fitting_disabled);
+ output_configurator_->Init(!is_panel_fitting_disabled,
+ delegate_->IsFirstRunAfterBoot());
output_configurator_->AddObserver(output_configurator_animation_.get());
base::MessagePumpAuraX11::Current()->AddDispatcherForRootWindow(

Powered by Google App Engine
This is Rietveld 408576698