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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user