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

* commit '425c595acb798ed9652b5a1f0e5412cbd8e3873d':
  Update Webkit with the zoom level after double tap gesture
This commit is contained in:
Derek Sollenberger
2011-11-28 10:35:57 -08:00
committed by Android Git Automerger

View File

@@ -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);