summaryrefslogtreecommitdiffstats
path: root/ui/base/resource/resource_bundle_aurax11.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/resource/resource_bundle_aurax11.cc')
-rw-r--r--ui/base/resource/resource_bundle_aurax11.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/base/resource/resource_bundle_aurax11.cc b/ui/base/resource/resource_bundle_aurax11.cc
index 535f455..6f63dff 100644
--- a/ui/base/resource/resource_bundle_aurax11.cc
+++ b/ui/base/resource/resource_bundle_aurax11.cc
@@ -28,18 +28,18 @@ namespace ui {
void ResourceBundle::LoadCommonResources() {
AddDataPack(GetResourcesPakFilePath("chrome.pak"),
- SCALE_FACTOR_100P);
+ ResourceHandle::kScaleFactor100x);
if (ui::GetDisplayLayout() == ui::LAYOUT_TOUCH) {
AddDataPack(GetResourcesPakFilePath("theme_resources_touch_1x.pak"),
- SCALE_FACTOR_100P);
+ ResourceHandle::kScaleFactor100x);
AddDataPack(GetResourcesPakFilePath("ui_resources_touch.pak"),
- SCALE_FACTOR_100P);
+ ResourceHandle::kScaleFactor100x);
} else {
AddDataPack(GetResourcesPakFilePath("theme_resources_standard.pak"),
- SCALE_FACTOR_100P);
+ ResourceHandle::kScaleFactor100x);
AddDataPack(GetResourcesPakFilePath("ui_resources_standard.pak"),
- SCALE_FACTOR_100P);
+ ResourceHandle::kScaleFactor100x);
}
}