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

Commit 2dfaa698 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I882d2eb8 into eclair

* changes:
  do not merge
parents 1f668fff dafc19a1
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1643,8 +1643,6 @@ final class WebViewCore {

    final DrawFilter mZoomFilter =
                    new PaintFlagsDrawFilter(ZOOM_BITS, Paint.LINEAR_TEXT_FLAG);
    final DrawFilter mScrollFilter =
                    new PaintFlagsDrawFilter(SCROLL_BITS, 0);

    /* package */ void drawContentPicture(Canvas canvas, int color,
                                          boolean animatingZoom,
@@ -1653,7 +1651,7 @@ final class WebViewCore {
        if (animatingZoom) {
            df = mZoomFilter;
        } else if (animatingScroll) {
            df = mScrollFilter;
            df = null;
        }
        canvas.setDrawFilter(df);
        boolean tookTooLong = nativeDrawContent(canvas, color);