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

Commit b869c594 authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files

am 17b14bd3: DO NOT MERGE

Merge commit '17b14bd3' into eclair-plus-aosp

* commit '17b14bd3':
  DO NOT MERGE
parents 55d791e7 17b14bd3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5194,8 +5194,9 @@ public class WebView extends AbsoluteLayout
                        mPictureListener.onNewPicture(WebView.this, capturePicture());
                    }
                    if (useWideViewport) {
                        mZoomOverviewWidth = Math.max(draw.mMinPrefWidth,
                                draw.mViewPoint.x);
                        mZoomOverviewWidth = Math.max(
                                (int) (viewWidth / mDefaultScale), Math.max(
                                        draw.mMinPrefWidth, draw.mViewPoint.x));
                    }
                    if (!mMinZoomScaleFixed) {
                        mMinZoomScale = (float) viewWidth / mZoomOverviewWidth;