fix: reparenting after BrowserWindow.destroy()
(#39062)
fix: reparenting after BrowserWindow.destroy()
This commit is contained in:
parent
fa5b1be6f3
commit
695fcf3cb2
4 changed files with 46 additions and 9 deletions
|
@ -149,6 +149,7 @@ class NativeWindow : public base::SupportsUserData,
|
|||
virtual std::string GetAlwaysOnTopLevel() = 0;
|
||||
virtual void SetActive(bool is_key) = 0;
|
||||
virtual bool IsActive() const = 0;
|
||||
virtual void RemoveChildFromParentWindow() = 0;
|
||||
virtual void RemoveChildWindow(NativeWindow* child) = 0;
|
||||
virtual void AttachChildren() = 0;
|
||||
virtual void DetachChildren() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue