fix: tooltips in WCO caption buttons (#44758)

fix: tooltips in WCO capton buttons

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot] 2024-11-20 15:34:54 +01:00 committed by GitHub
parent c90509c2bc
commit 6cc9aa57fe
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();