| 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 c3152a8d14582fcd4275d808283e813769e68e6c..39f7dfc01622d732dd4ce19f476b3bd81627706f 100644
|
| --- a/ui/native_theme/native_theme_mac.mm
|
| +++ b/ui/native_theme/native_theme_mac.mm
|
| @@ -36,7 +36,8 @@ SkColor NativeThemeMac::GetSystemColor(ColorId color_id) const {
|
| case kColorId_DialogBackground:
|
| return kDialogBackgroundColor;
|
| default:
|
| - NOTREACHED() << "Invalid color_id: " << color_id;
|
| + NOTIMPLEMENTED() << " Invalid color_id: " << color_id;
|
| + return FallbackTheme::GetSystemColor(color_id);
|
| }
|
|
|
| return kInvalidColorIdColor;
|
|
|