Back out 529526e6e659 (bug 868556) for b2g reftest-1 bustage

This commit is contained in:
Phil Ringnalda 2013-05-03 22:27:11 -07:00
parent 67536bc2ef
commit 659eaf73ee

View File

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