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 2846ebe4db
commit c8701f007b

View File

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