Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index e97959e8e006721cc4da82e490a3a021dad2393c..cbed4725aeba5d826a42b55b2abfb065163db923 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -562,6 +562,7 @@ Shell::Shell(ShellDelegate* delegate) |
| gpu::GPU_FEATURE_TYPE_PANEL_FITTING); |
| output_configurator_->Init(!is_panel_fitting_disabled); |
| + periodic_metrics_recorder_.reset(new AshPeriodicMetricsRecorder); |
| base::MessagePumpX11::Current()->AddDispatcherForRootWindow( |
| output_configurator()); |