Bug 1256693 - Refer to ClientIPCAllocator instead of ISurfaceAllocator where it makes sense. r=sotaro
This commit is contained in:
@@ -387,7 +387,7 @@ gfxMemorySharedReadLock::GetReadCount()
|
||||
return mReadCount;
|
||||
}
|
||||
|
||||
gfxShmSharedReadLock::gfxShmSharedReadLock(ISurfaceAllocator* aAllocator)
|
||||
gfxShmSharedReadLock::gfxShmSharedReadLock(ClientIPCAllocator* aAllocator)
|
||||
: mAllocator(aAllocator)
|
||||
, mAllocSuccess(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user