fix: child window alwaysOnTop level persistence (#29813)
* fix: child window alwaysOnTop level * chore: add undocumented getAlwaysOnTopLevel * test: add test for level persistence * Address feedback from review
This commit is contained in:
parent
6e310b7424
commit
129f92e1fa
6 changed files with 51 additions and 6 deletions
|
@ -135,6 +135,7 @@ class NativeWindow : public base::SupportsUserData,
|
|||
virtual void SetTitle(const std::string& title) = 0;
|
||||
virtual std::string GetTitle() = 0;
|
||||
#if defined(OS_MAC)
|
||||
virtual std::string GetAlwaysOnTopLevel() = 0;
|
||||
virtual void SetActive(bool is_key) = 0;
|
||||
virtual bool IsActive() const = 0;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue