Follow up to bug 885620 - Add comment

This commit is contained in:
Michael Wu 2013-06-21 00:16:37 -04:00
Родитель 77acc9d1f6
Коммит 87ddb1c412
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -47,6 +47,8 @@ GonkDisplayJB::GonkDisplayJB()
mWidth = mFBDevice->width;
mHeight = mFBDevice->height;
xdpi = mFBDevice->xdpi;
/* The emulator actually reports RGBA_8888, but EGL doesn't return
* any matching configuration. We force RGBX here to fix it. */
surfaceformat = HAL_PIXEL_FORMAT_RGBX_8888;
}