зеркало из https://github.com/mozilla/gecko-dev.git
Follow up to bug 885620 - Add comment
This commit is contained in:
Родитель
77acc9d1f6
Коммит
87ddb1c412
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче