зеркало из https://github.com/mozilla/gecko-dev.git
Bug 759653: Use RGB24 for offscreen surfaces on android-esque platforms. r=mwu
This commit is contained in:
Родитель
3bc9fa211c
Коммит
c6542471a4
|
@ -35,7 +35,7 @@ gfxAndroidPlatform::gfxAndroidPlatform()
|
|||
|
||||
mOffscreenFormat = mScreenDepth == 16
|
||||
? gfxASurface::ImageFormatRGB16_565
|
||||
: gfxASurface::ImageFormatARGB32;
|
||||
: gfxASurface::ImageFormatRGB24;
|
||||
}
|
||||
|
||||
gfxAndroidPlatform::~gfxAndroidPlatform()
|
||||
|
|
Загрузка…
Ссылка в новой задаче