Bug 944703 - Part 8: make ShmemTextureClient 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 a55f35a092
commit 27c7bbb642

View File

@ -368,7 +368,7 @@ public:
protected:
ipc::Shmem mShmem;
ISurfaceAllocator* mAllocator;
RefPtr<ISurfaceAllocator> mAllocator;
bool mAllocated;
};