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( |