Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ce27727 authored by Guang Zhu's avatar Guang Zhu Committed by Android Git Automerger
Browse files

am 06a240e8: Merge "Increase transfer queue size for DRT"

* commit '06a240e8':
  Increase transfer queue size for DRT
parents dd197796 06a240e8
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -16,18 +16,19 @@

package com.android.dumprendertree;

import com.android.browser.WebViewProperties;
import com.android.dumprendertree.forwarder.ForwardService;

import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Bitmap.CompressFormat;
import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
import android.net.http.SslError;
import android.os.Bundle;
import android.os.Environment;
@@ -36,7 +37,6 @@ import android.os.Message;
import android.util.Log;
import android.view.ViewGroup;
import android.view.Window;
import android.webkit.CookieManager;
import android.webkit.ConsoleMessage;
import android.webkit.CookieManager;
import android.webkit.GeolocationPermissions;
@@ -907,6 +907,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
        // this enables cpu upload path (as opposed to gpu upload path)
        // and it's only meant to be a temporary workaround!
        settings.setProperty("enable_cpu_upload_path", "true");
        settings.setProperty(WebViewProperties.gfxUseMinimalMemory, "false");
    }

    private WebView mWebView;