| Index: ui/base/resource/resource_bundle_gtk.cc
|
| diff --git a/ui/base/resource/resource_bundle_gtk.cc b/ui/base/resource/resource_bundle_gtk.cc
|
| index 7040f9e5ada540aa4680f1027a75c14dd1e9b5ac..4bf1bde9bf31e36d1d1f3a5e59bed8f4f06acd8a 100644
|
| --- a/ui/base/resource/resource_bundle_gtk.cc
|
| +++ b/ui/base/resource/resource_bundle_gtk.cc
|
| @@ -66,7 +66,7 @@ FilePath GetResourcesPakFilePath(const std::string& pak_name) {
|
|
|
| void ResourceBundle::LoadCommonResources() {
|
| AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"),
|
| - SCALE_FACTOR_100P);
|
| + SCALE_FACTOR_NONE);
|
| AddDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_100_percent.pak"),
|
| SCALE_FACTOR_100P);
|
|
|