am 25dad8ed: am 5750bb7d: Merge "Prevent intermediate scale updates from being sent to WebKit while zooming." into honeycomb-mr1
* commit '25dad8eda13d70a2473cde735042d083a578fb48': Prevent intermediate scale updates from being sent to WebKit while zooming.
This commit is contained in:
@@ -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