fix: window content protection on older Windows versions (#47856)
This commit is contained in:
parent
c569d5e4ba
commit
01faaa30ea
3 changed files with 17 additions and 6 deletions
|
@ -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_; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue