Back out bug 893301 for accidentally disabling gralloc for thebes layers on B2G - no review, bustage fix on a CLOSED TREE

This commit is contained in:
Benoit Jacob
2013-12-04 12:19:50 -05:00
parent 28e431c01e
commit 83f54fc533
22 changed files with 139 additions and 1456 deletions

View File

@@ -186,8 +186,7 @@ GrallocTextureClientOGL::GetBuffer() const
}
bool
GrallocTextureClientOGL::AllocateForSurface(gfx::IntSize aSize,
TextureAllocationFlags)
GrallocTextureClientOGL::AllocateForSurface(gfx::IntSize aSize)
{
MOZ_ASSERT(IsValid());
MOZ_ASSERT(mCompositable);