Index: ui/views/style/platform_style.h |
diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h |
index dadf7a34d712e7ec085846712525fab48ce613cc..a4a33a1a6e41016fa85a33c4b630c0f8c3273e11 100644 |
--- a/ui/views/style/platform_style.h |
+++ b/ui/views/style/platform_style.h |
@@ -88,11 +88,6 @@ class VIEWS_EXPORT PlatformStyle { |
static void ApplyLabelButtonTextStyle(Label* label, |
ButtonColorByState* color_by_state); |
- // Returns the background color that should be used for an MdTextButton or |
- // other MD controls when in the given state. |
- static SkColor BackgroundColorForMdButton(SkColor color, |
- Button::ButtonState state); |
- |
// Applies the current system theme to the default border created by |button|. |
static std::unique_ptr<Border> CreateThemedLabelButtonBorder( |
LabelButton* button); |