Bug 759653: Use RGB24 for offscreen surfaces on android-esque platforms. r=mwu

This commit is contained in:
Chris Jones 2012-06-11 20:41:46 -07:00
parent 3bc9fa211c
commit c6542471a4

View File

@ -35,7 +35,7 @@ gfxAndroidPlatform::gfxAndroidPlatform()
mOffscreenFormat = mScreenDepth == 16
? gfxASurface::ImageFormatRGB16_565
: gfxASurface::ImageFormatARGB32;
: gfxASurface::ImageFormatRGB24;
}
gfxAndroidPlatform::~gfxAndroidPlatform()