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

Commit edee621f authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files
Merge commit 'faa2d970' into froyo-plus-aosp

* commit 'faa2d970':
  Cherry-pick https://android-git.corp.google.com/g/#change,38305
parents 7ecf08fa faa2d970
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1752,9 +1752,9 @@ final class WebViewCore {

    final DrawFilter mZoomFilter =
                    new PaintFlagsDrawFilter(ZOOM_BITS, Paint.LINEAR_TEXT_FLAG);
    final DrawFilter mScrollFilter = null;
    // If we need to trade more speed for less quality on slower devices
    // use this: new PaintFlagsDrawFilter(SCROLL_BITS, 0);
    // If we need to trade better quality for speed, set mScrollFilter to null
    final DrawFilter mScrollFilter =
                new PaintFlagsDrawFilter(SCROLL_BITS, 0);

    /* package */ void drawContentPicture(Canvas canvas, int color,
                                          boolean animatingZoom,