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);