| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index a4496a2d7cac04fed18ccfc6543603c45542035d..eb457d7d8c7b31a343482f23f317298b055904f6 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -50,6 +50,9 @@ bool CommonThemeGetSystemColor(NativeTheme::ColorId color_id, SkColor* color) {
|
| case NativeTheme::kColorId_DisabledMenuItemForegroundColor:
|
| *color = kDisabledMenuItemForegroundColor;
|
| break;
|
| + case NativeTheme::kColorId_TextButtonDisabledColor:
|
| + *color = kDisabledMenuItemForegroundColor;
|
| + break;
|
| default:
|
| return false;
|
| }
|
|
|