mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 944703 - Part 7: make DeprecatedSharedRGBImage hold a strong reference to its ISurfaceAllocator - r=nical
This commit is contained in:
parent
759b559e56
commit
a55f35a092
@ -91,7 +91,7 @@ public:
|
||||
protected:
|
||||
gfxIntSize mSize;
|
||||
gfxImageFormat mImageFormat;
|
||||
ISurfaceAllocator* mSurfaceAllocator;
|
||||
RefPtr<ISurfaceAllocator> mSurfaceAllocator;
|
||||
|
||||
bool mAllocated;
|
||||
ipc::Shmem *mShmem;
|
||||
|
Loading…
Reference in New Issue
Block a user