Merge "Prevent intermediate scale updates from being sent to WebKit while zooming." into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
5750bb7d8f
@@ -504,7 +504,7 @@ class ZoomManager {
|
||||
}
|
||||
|
||||
public boolean isFixedLengthAnimationInProgress() {
|
||||
return mZoomScale != 0;
|
||||
return mZoomScale != 0 || mInHWAcceleratedZoom;
|
||||
}
|
||||
|
||||
public void refreshZoomScale(boolean reflowText) {
|
||||
|
||||
Reference in New Issue
Block a user