Bug 1167799 part 1 - Remove size from NewSurfaceDescriptorGralloc r=nical

This commit is contained in:
Sotaro Ikeda
2015-07-19 16:02:51 -07:00
parent ec3cabe713
commit 8a456d76d9
5 changed files with 6 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ GrallocTextureClientOGL::ToSurfaceDescriptor(SurfaceDescriptor& aOutDescriptor)
return false;
}
aOutDescriptor = NewSurfaceDescriptorGralloc(mGrallocHandle, mSize, mIsOpaque);
aOutDescriptor = NewSurfaceDescriptorGralloc(mGrallocHandle, mIsOpaque);
return true;
}