fix: crash when exiting simple fullscreen on macOS (#20144)
This commit is contained in:
parent
5dee8a5717
commit
3ec17a88ba
3 changed files with 19 additions and 3 deletions
|
@ -161,7 +161,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
AtomTouchBar* touch_bar() const { return touch_bar_.get(); }
|
||||
bool zoom_to_page_width() const { return zoom_to_page_width_; }
|
||||
bool fullscreen_window_title() const { return fullscreen_window_title_; }
|
||||
bool simple_fullscreen() const { return always_simple_fullscreen_; }
|
||||
bool always_simple_fullscreen() const { return always_simple_fullscreen_; }
|
||||
|
||||
protected:
|
||||
// views::WidgetDelegate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue