зеркало из https://github.com/mozilla/gecko-dev.git
Bug 958420 - The follow up bug for removing one additional PIXEL_FORMAT_A_8. r=mwu.
This commit is contained in:
Родитель
c4f6a836ee
Коммит
e77c298f96
|
@ -268,9 +268,6 @@ GrallocTextureClientOGL::AllocateForGLRendering(gfx::IntSize aSize)
|
||||||
case gfx::SurfaceFormat::R5G6B5:
|
case gfx::SurfaceFormat::R5G6B5:
|
||||||
format = android::PIXEL_FORMAT_RGB_565;
|
format = android::PIXEL_FORMAT_RGB_565;
|
||||||
break;
|
break;
|
||||||
case gfx::SurfaceFormat::A8:
|
|
||||||
format = android::PIXEL_FORMAT_A_8;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
NS_WARNING("Unsupported surface format");
|
NS_WARNING("Unsupported surface format");
|
||||||
return false;
|
return false;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче