зеркало из https://github.com/mozilla/gecko-dev.git
bug 751678: Low-res screenshot happens when Fennec is in the background r=mfinkle a=blocking-fennec
This commit is contained in:
Родитель
15a0969a86
Коммит
875d4d8282
|
@ -2248,6 +2248,9 @@ public class GeckoAppShell
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void screenshotWholePage(Tab tab) {
|
public static void screenshotWholePage(Tab tab) {
|
||||||
|
if (GeckoApp.mAppContext.isApplicationInBackground())
|
||||||
|
return;
|
||||||
|
|
||||||
if (sMaxTextureSize == 0) {
|
if (sMaxTextureSize == 0) {
|
||||||
int[] maxTextureSize = new int[1];
|
int[] maxTextureSize = new int[1];
|
||||||
GLES20.glGetIntegerv(GLES20.GL_MAX_TEXTURE_SIZE, maxTextureSize, 0);
|
GLES20.glGetIntegerv(GLES20.GL_MAX_TEXTURE_SIZE, maxTextureSize, 0);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче