mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1149185 - override GetMessageLoop() r=nical
This commit is contained in:
parent
ebc6413c3b
commit
592788998c
@ -74,6 +74,11 @@ public:
|
||||
return mSurfaceAllocator->IsSameProcess();
|
||||
}
|
||||
|
||||
virtual MessageLoop * GetMessageLoop() const override
|
||||
{
|
||||
return mSurfaceAllocator->GetMessageLoop();
|
||||
}
|
||||
|
||||
protected:
|
||||
// ISurfaceAllocator
|
||||
virtual bool IsOnCompositorSide() const override
|
||||
|
Loading…
Reference in New Issue
Block a user