From 10ea1606df9b0a208e75ebc443fba1dc472727aa Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 29 Jul 2016 10:50:48 +0900 Subject: [PATCH] Load 200 DPI resources on Linux --- brightray/common/main_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightray/common/main_delegate.cc b/brightray/common/main_delegate.cc index 2f3c198de2..69719ba3b9 100644 --- a/brightray/common/main_delegate.cc +++ b/brightray/common/main_delegate.cc @@ -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);