Bug 1229577 - Rename NewSurfaceDescriptorGralloc into SurfaceDescriptorGralloc. r=sotaro

This commit is contained in:
Nicolas Silva
2015-12-04 11:23:42 +01:00
parent fb4aeba9e5
commit bfd10fbd69
11 changed files with 21 additions and 21 deletions

View File

@@ -134,7 +134,7 @@ GrallocTextureData::Forget(ISurfaceAllocator* aAllocator)
bool
GrallocTextureData::Serialize(SurfaceDescriptor& aOutDescriptor)
{
aOutDescriptor = NewSurfaceDescriptorGralloc(mGrallocHandle, gfx::IsOpaque(mFormat));
aOutDescriptor = SurfaceDescriptorGralloc(mGrallocHandle, gfx::IsOpaque(mFormat));
return true;
}