Load 200 DPI resources on Linux

This commit is contained in:
Cheng Zhao 2016-07-29 10:50:48 +09:00
parent c00dfcdd6a
commit 10ea1606df

View file

@ -60,7 +60,7 @@ void InitializeResourceBundle(const std::string& locale) {
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
bundle.AddDataPackFromPath(path, ui::GetSupportedScaleFactors()[0]);
#if defined(OS_WIN)
#if !defined(OS_MACOSX)
bundle.AddDataPackFromPath(
pak_dir.Append(FILE_PATH_LITERAL("blink_image_resources_200_percent.pak")),
ui::SCALE_FACTOR_200P);