mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Protect main thread in-process access to WinCompositorWidget transparent surface.
This commit is contained in:
parent
acb2819baa
commit
416ce4eb69
2 changed files with 29 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ class InProcessWinCompositorWidget final : public WinCompositorWidget
|
|||
public:
|
||||
InProcessWinCompositorWidget(const CompositorWidgetInitData& aInitData, nsWindow* aWindow);
|
||||
|
||||
void OnDestroyWindow() override;
|
||||
void UpdateTransparency(nsTransparencyMode aMode) override;
|
||||
void ClearTransparentWindow() override;
|
||||
|
||||
void ObserveVsync(VsyncObserver* aObserver) override;
|
||||
nsIWidget* RealWidget() override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue