Remove unnecessary font list creation in AppListItemView.
This CL improves the app list startup time on non-Linux platforms. A new FontList object was being unnecessarily created on every AppListItemView which forced recalculations of otherwise cached values. This was most noticeable on ChromeOS where the app list is rebuilt every time it is shown. BUG=415389 Review URL: https://codereview.chromium.org/574983002 Cr-Commit-Position: refs/heads/master@{#295663}
Showing
Please register or sign in to comment