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 76152eadae945ab60567b8aeacf3b2be2407b1f8..9dd313779f03aafe1a34c5e17dec95b1c7c29539 100644 |
--- a/ui/base/resource/resource_bundle_aurax11.cc |
+++ b/ui/base/resource/resource_bundle_aurax11.cc |
@@ -27,13 +27,15 @@ namespace ui { |
void ResourceBundle::LoadCommonResources() { |
AddDataPack(GetResourcesPakFilePath("chrome.pak"), |
ResourceHandle::kScaleFactor100x); |
- AddDataPack(GetResourcesPakFilePath("theme_resources_standard.pak"), |
- ResourceHandle::kScaleFactor100x); |
if (ui::GetDisplayLayout() == ui::LAYOUT_TOUCH) { |
+ AddDataPack(GetResourcesPakFilePath("theme_resources_touch_1x.pak"), |
+ ResourceHandle::kScaleFactor100x); |
AddDataPack(GetResourcesPakFilePath("ui_resources_touch.pak"), |
ResourceHandle::kScaleFactor100x); |
} else { |
+ AddDataPack(GetResourcesPakFilePath("theme_resources_standard.pak"), |
+ ResourceHandle::kScaleFactor100x); |
AddDataPack(GetResourcesPakFilePath("ui_resources_standard.pak"), |
ResourceHandle::kScaleFactor100x); |
} |