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

Commit aceb7f8b authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android Git Automerger
Browse files

am 425c595a: Merge "Update Webkit with the zoom level after double tap gesture" into ics-mr1

* commit '425c595a':
  Update Webkit with the zoom level after double tap gesture
parents b11387a6 425c595a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -498,6 +498,11 @@ class ZoomManager {
            if (mZoomScale == 0) {
                // We've reached the end of the zoom animation.
                mInHWAcceleratedZoom = false;

                // Ensure that the zoom level is pushed to WebCore. This has not
                // yet occurred because we prevent it from happening while
                // mInHWAcceleratedZoom is true.
                mWebView.sendViewSizeZoom(false);
            }
        } else {
            canvas.translate(tx, ty);