Index: ui/base/resource/resource_bundle_gtk.cc |
=================================================================== |
--- ui/base/resource/resource_bundle_gtk.cc (revision 150448) |
+++ ui/base/resource/resource_bundle_gtk.cc (working copy) |
@@ -68,8 +68,11 @@ |
AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"), |
SCALE_FACTOR_100P); |
AddDataPackFromPath(GetResourcesPakFilePath( |
- "chrome_100_percent.pak"), |
+ "theme_resources_100_percent.pak"), |
SCALE_FACTOR_100P); |
+ AddDataPackFromPath(GetResourcesPakFilePath( |
+ "ui_resources_100_percent.pak"), |
+ SCALE_FACTOR_100P); |
} |
gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) { |