| Index: ui/base/resource/resource_bundle_auralinux.cc
|
| diff --git a/ui/base/resource/resource_bundle_auralinux.cc b/ui/base/resource/resource_bundle_auralinux.cc
|
| index d5357175a7bcc52562bbbcce76283272cb45a776..128fd6762d279d647ded69aa73bf69d1c769ac77 100644
|
| --- a/ui/base/resource/resource_bundle_auralinux.cc
|
| +++ b/ui/base/resource/resource_bundle_auralinux.cc
|
| @@ -36,7 +36,7 @@ void ResourceBundle::LoadCommonResources() {
|
| AddDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_100_percent.pak"), SCALE_FACTOR_100P);
|
|
|
| - if (ui::IsScaleFactorSupported(SCALE_FACTOR_200P)) {
|
| + if (IsScaleFactorSupported(SCALE_FACTOR_200P)) {
|
| AddOptionalDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_200_percent.pak"), SCALE_FACTOR_200P);
|
| }
|
|
|