| Index: ui/views/controls/button/md_text_button.h
|
| diff --git a/ui/views/controls/button/md_text_button.h b/ui/views/controls/button/md_text_button.h
|
| index 390afb0eae95c55049fbc8e3355a49893c671a89..7f7c8467a4d29cfb64b94663fbe1ac53b2770713 100644
|
| --- a/ui/views/controls/button/md_text_button.h
|
| +++ b/ui/views/controls/button/md_text_button.h
|
| @@ -32,12 +32,6 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
|
| static MdTextButton* CreateMdButton(ButtonListener* listener,
|
| const base::string16& text);
|
|
|
| - // Paint an MD-style focus ring on the given canvas at the given bounds.
|
| - static void PaintMdFocusRing(gfx::Canvas* canvas,
|
| - View* view,
|
| - int thickness,
|
| - SkAlpha alpha);
|
| -
|
| // See |is_cta_|.
|
| void SetCallToAction(bool cta);
|
| void set_bg_color_override(SkColor color) { bg_color_override_ = color; }
|
|
|