fix: window content protection on older Windows versions (#47856)

This commit is contained in:
Shelley Vohr 2025-07-24 21:05:28 +02:00 committed by GitHub
commit 01faaa30ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 6 deletions

View file

@ -178,6 +178,7 @@ class NativeWindowViews : public NativeWindow,
#if BUILDFLAG(IS_WIN)
TaskbarHost& taskbar_host() { return taskbar_host_; }
void UpdateThickFrame();
void SetLayered();
#endif
SkColor overlay_button_color() const { return overlay_button_color_; }