summaryrefslogtreecommitdiffstats
path: root/chrome/tools/mac_helpers
diff options
context:
space:
mode:
authorflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-24 11:04:57 +0000
committerflackr@chromium.org <flackr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-24 11:04:57 +0000
commitc49201a506dba0e3a04aad623e4b259f948f3159 (patch)
tree2a93fff52861f5c8dd87e23bc23d170b7cb1309e /chrome/tools/mac_helpers
parent16bb3c2f909662329b117e063280f6cfc2cca3f9 (diff)
downloadchromium_src-c49201a506dba0e3a04aad623e4b259f948f3159.zip
chromium_src-c49201a506dba0e3a04aad623e4b259f948f3159.tar.gz
chromium_src-c49201a506dba0e3a04aad623e4b259f948f3159.tar.bz2
Revert "Revert 137734 - Select theme resources from ResourceBundle at requested scale factor."
Relanding original CL 137734, http://codereview.chromium.org/10387010/. TBR=aa,abodenha,ben,sail,tony BUG=123611 TEST=All try bots pass and aura runs without errors. Review URL: https://chromiumcodereview.appspot.com/10412004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/mac_helpers')
-rw-r--r--chrome/tools/mac_helpers/infoplist_strings_util.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm
index 270e07f..051013b 100644
--- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
+++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
@@ -60,7 +60,7 @@ ui::DataPack* LoadResourceDataPack(const char* dir_path,
dir_path, branding_strings_name, locale_name];
if (resource_path) {
FilePath resources_pak_path([resource_path fileSystemRepresentation]);
- resource_pack = new ui::DataPack(ui::ResourceHandle::kScaleFactor100x);
+ resource_pack = new ui::DataPack(ui::SCALE_FACTOR_100P);
bool success = resource_pack->Load(resources_pak_path);
if (!success) {
delete resource_pack;