From 31635f47cfc5faa84e959b31c2143ffb965b54c4 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Tue, 19 Nov 2013 13:29:29 +0000 Subject: [PATCH] Bug 869696 - Enable Gralloc on the Geeksphone Peak again. r=bjacob The issues that caused it to be disabled initially have now been resolved. --- gfx/layers/ipc/ShadowLayerUtilsGralloc.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/layers/ipc/ShadowLayerUtilsGralloc.cpp b/gfx/layers/ipc/ShadowLayerUtilsGralloc.cpp index 750c21388972..00c9a4cc1661 100644 --- a/gfx/layers/ipc/ShadowLayerUtilsGralloc.cpp +++ b/gfx/layers/ipc/ShadowLayerUtilsGralloc.cpp @@ -386,9 +386,6 @@ ISurfaceAllocator::PlatformAllocSurfaceDescriptor(const gfxIntSize& aSize, if (strcmp("crespo",propValue) == 0) { NS_WARNING("Nexus S has issues with gralloc, falling back to shmem"); disableGralloc = true; - } else if (strcmp("peak", propValue) == 0) { - NS_WARNING("Geeksphone Peak has issues with gralloc, falling back to shmem"); - disableGralloc = true; } checkedDevice = true;