| Index: ui/native_theme/native_theme_mac.mm
|
| diff --git a/ui/native_theme/native_theme_mac.mm b/ui/native_theme/native_theme_mac.mm
|
| index 324d319d4eff6f611cf0b5c411562e5675cf5eee..f126078eee9b947a97f4ea37927ad88a3e4f158d 100644
|
| --- a/ui/native_theme/native_theme_mac.mm
|
| +++ b/ui/native_theme/native_theme_mac.mm
|
| @@ -42,8 +42,8 @@ const SkColor kMenuPopupBackgroundColor = SkColorSetARGB(251, 255, 255, 255);
|
| const SkColor kMenuSeparatorColor = SkColorSetARGB(243, 228, 228, 228);
|
| const SkColor kMenuBorderColor = SkColorSetARGB(60, 0, 0, 0);
|
|
|
| -// Hardcoded color used for some existing dialogs in Chrome's Cocoa UI.
|
| -const SkColor kDialogBackgroundColor = SkColorSetRGB(251, 251, 251);
|
| +// New "webui-style" bubbles and dialogs on Mac use a white background.
|
| +const SkColor kDialogBackgroundColor = SK_ColorWHITE;
|
|
|
| // On 10.6 and 10.7 there is no way to get components from system colors. Here,
|
| // system colors are just opaque objects that can paint themselves and otherwise
|
|
|