Bug 944703 - Part 7: make DeprecatedSharedRGBImage hold a strong reference to its ISurfaceAllocator - r=nical

This commit is contained in:
Benoit Jacob 2013-12-03 13:44:38 -05:00
parent 759b559e56
commit a55f35a092

View File

@ -91,7 +91,7 @@ public:
protected:
gfxIntSize mSize;
gfxImageFormat mImageFormat;
ISurfaceAllocator* mSurfaceAllocator;
RefPtr<ISurfaceAllocator> mSurfaceAllocator;
bool mAllocated;
ipc::Shmem *mShmem;