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