Bug 869696 - Enable Gralloc on the Geeksphone Peak again. r=bjacob

The issues that caused it to be disabled initially have now been resolved.
This commit is contained in:
Chris Lord 2013-11-19 13:29:29 +00:00
Родитель d24a8dc958
Коммит 31635f47cf
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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;