Give CustomButton a focus painter.
https://chromium-review.googlesource.com/c/chromium/src/+/516824
This commit is contained in:
parent
e0d7b7d0fc
commit
14eb2af876
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ class SubmenuButton : public views::MenuButton {
|
|||
base::char16 accelerator() const { return accelerator_; }
|
||||
|
||||
// views::MenuButton:
|
||||
void OnPaint(gfx::Canvas* canvas) override;
|
||||
void PaintButtonContents(gfx::Canvas* canvas) override;
|
||||
|
||||
// views::InkDropHostView:
|
||||
std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue