| Index: ui/base/resource/resource_bundle_aurax11.cc
|
| diff --git a/ui/base/resource/resource_bundle_aurax11.cc b/ui/base/resource/resource_bundle_aurax11.cc
|
| index ed2873fe2e393a3d764a05c5310164aa95bbc47e..810e01160566a0b337bef2c1275ad8fec5534ac1 100644
|
| --- a/ui/base/resource/resource_bundle_aurax11.cc
|
| +++ b/ui/base/resource/resource_bundle_aurax11.cc
|
| @@ -35,7 +35,7 @@ void ResourceBundle::LoadCommonResources() {
|
| // scale factor to gfx::ImageSkia::AddRepresentation.
|
|
|
| AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"),
|
| - SCALE_FACTOR_100P);
|
| + SCALE_FACTOR_NONE);
|
| AddDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_100_percent.pak"), SCALE_FACTOR_100P);
|
|
|
|
|