refactor: use upstream content protection logic on macOS (#46813)
* refactor: use upstream content protection logic on macOS Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> * Update shell/browser/native_window.h Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> --------- 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:
parent
5c2f70c1d5
commit
34adb976b6
6 changed files with 17 additions and 30 deletions
|
@ -1171,15 +1171,6 @@ void NativeWindowMac::SetIgnoreMouseEvents(bool ignore, bool forward) {
|
|||
}
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetContentProtection(bool enable) {
|
||||
[window_
|
||||
setSharingType:enable ? NSWindowSharingNone : NSWindowSharingReadOnly];
|
||||
}
|
||||
|
||||
bool NativeWindowMac::IsContentProtected() const {
|
||||
return [window_ sharingType] == NSWindowSharingNone;
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetFocusable(bool focusable) {
|
||||
// No known way to unfocus the window if it had the focus. Here we do not
|
||||
// want to call Focus(false) because it moves the window to the back, i.e.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue