| Index: trunk/src/ui/base/resource/resource_bundle_auralinux.cc
|
| ===================================================================
|
| --- trunk/src/ui/base/resource/resource_bundle_auralinux.cc (revision 216822)
|
| +++ trunk/src/ui/base/resource/resource_bundle_auralinux.cc (working copy)
|
| @@ -33,6 +33,9 @@
|
| // Always load the 1x data pack first as the 2x data pack contains both 1x and
|
| // 2x images. The 1x data pack only has 1x images, thus passes in an accurate
|
| // scale factor to gfx::ImageSkia::AddRepresentation.
|
| +
|
| + AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"),
|
| + SCALE_FACTOR_NONE);
|
| AddDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_100_percent.pak"), SCALE_FACTOR_100P);
|
|
|
|
|