Finish off PiP

This commit is contained in:
wuggy 2026-09-13 12:18:07 -07:00
commit 55a53a2576
14 changed files with 293 additions and 21 deletions

View file

@ -128,6 +128,7 @@ public:
virtual bool IsEnabled() const override;
void SetZIndex(int32_t aZIndex) override;
void SetAlwaysOnTop(bool aAlwaysOnTop) override;
virtual void SetSizeMode(nsSizeMode aMode) override;
NS_IMETHOD Enable(bool aState) override;
NS_IMETHOD SetFocus(bool aRaise = false) override;