| Index: ui/views/style/platform_style_mac.mm
|
| diff --git a/ui/views/style/platform_style_mac.mm b/ui/views/style/platform_style_mac.mm
|
| index f1d1c5a3f03826b2445c53f1c5aa398b3adba5f8..5381c80e67f97bbe0ff9a71df7537347cd550583 100644
|
| --- a/ui/views/style/platform_style_mac.mm
|
| +++ b/ui/views/style/platform_style_mac.mm
|
| @@ -96,14 +96,4 @@ void PlatformStyle::ApplyLabelButtonTextStyle(
|
| theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonHighlightColor);
|
| }
|
|
|
| -// static
|
| -SkColor PlatformStyle::BackgroundColorForMdButton(
|
| - SkColor color,
|
| - Button::ButtonState state) {
|
| - // Per Harmony specs: Pressed state on Mac is + #000 at 0.05 alpha.
|
| - if (state == Button::STATE_PRESSED)
|
| - return color_utils::AlphaBlend(SK_ColorBLACK, color, 0x08);
|
| - return color;
|
| -}
|
| -
|
| } // namespace views
|
|
|