From 659eaf73ee52e9bdf00bb9bd58e6c9ddb5a34ac4 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Fri, 3 May 2013 22:27:11 -0700 Subject: [PATCH] Back out 529526e6e659 (bug 868556) for b2g reftest-1 bustage --- gfx/layers/ipc/ISurfaceAllocator.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gfx/layers/ipc/ISurfaceAllocator.h b/gfx/layers/ipc/ISurfaceAllocator.h index fa330b72308..e06d066e402 100644 --- a/gfx/layers/ipc/ISurfaceAllocator.h +++ b/gfx/layers/ipc/ISurfaceAllocator.h @@ -11,17 +11,6 @@ #include "gfxPoint.h" #include "gfxASurface.h" -/* - * FIXME [bjacob] *** PURE CRAZYNESS WARNING *** - * - * This #define is actually needed here, because subclasses of ISurfaceAllocator, - * namely ShadowLayerForwarder, will or will not override AllocGrallocBuffer - * depending on whether MOZ_HAVE_SURFACEDESCRIPTORGRALLOC is defined. - */ -#ifdef MOZ_WIDGET_GONK -#define MOZ_HAVE_SURFACEDESCRIPTORGRALLOC -#endif - class gfxSharedImageSurface; class gfxASurface;