| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 1f7b015a50a0cec91aed1487a4667d3ae2004ce4..5ca9429c26977f76edc9930a8d18e274c383946d 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -857,7 +857,7 @@ void Shell::Init(const ShellInitParams& init_params) {
|
| if (!display_initialized)
|
| display_manager_->InitDefaultDisplay();
|
|
|
| - display_manager_->InitFontParams();
|
| + display_manager_->RefreshFontParams();
|
|
|
| // Install the custom factory first so that views::FocusManagers for Tray,
|
| // Shelf, and WallPaper could be created by the factory.
|
|
|