refactor: add NativeWindow::IsActive() (#47148)
this was already present on macOS; use in NativeWindowViews too
This commit is contained in:
parent
296e39456a
commit
211faed848
4 changed files with 7 additions and 6 deletions
|
@ -103,6 +103,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
ui::ZOrderLevel GetZOrderLevel() const override;
|
||||
void Center() override;
|
||||
void Invalidate() override;
|
||||
[[nodiscard]] bool IsActive() const override;
|
||||
void FlashFrame(bool flash) override;
|
||||
void SetSkipTaskbar(bool skip) override;
|
||||
void SetExcludedFromShownWindowsMenu(bool excluded) override {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue