fix: tooltips in WCO caption buttons (#44721)

fix: tooltips in WCO capton buttons
This commit is contained in:
Shelley Vohr 2024-11-20 12:45:08 +01:00 committed by GitHub
parent 8ed48e2295
commit 54d53bfa51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 17 deletions

View file

@ -42,9 +42,11 @@ class WinCaptionButtonContainer : public views::View,
// See also ClientView::NonClientHitTest.
int NonClientHitTest(const gfx::Point& point) const;
gfx::Size GetButtonSize() const;
void SetButtonSize(gfx::Size size);
// Add tooltip text to caption buttons.
void UpdateButtonToolTipsForWindowControlsOverlay();
// Sets caption button container background color.
void UpdateBackground();