fix: setContentProtection(true) after hide on Windows (#45868)

fix: content protection after hide on Windows

5789117
This commit is contained in:
Shelley Vohr 2025-03-04 22:39:59 +01:00 committed by GitHub
parent 8c11764800
commit 99c943df23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 60 additions and 11 deletions

View file

@ -186,6 +186,7 @@ class NativeWindow : public base::SupportsUserData,
virtual bool IsDocumentEdited() const;
virtual void SetIgnoreMouseEvents(bool ignore, bool forward) = 0;
virtual void SetContentProtection(bool enable) = 0;
virtual bool IsContentProtected() const = 0;
virtual void SetFocusable(bool focusable) {}
virtual bool IsFocusable() const;
virtual void SetMenu(ElectronMenuModel* menu) {}