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

Commit d1019a99 authored by Grace Kloba's avatar Grace Kloba Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE" into eclair

parents 79f05bb4 76336f2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1518,7 +1518,7 @@ final class WebViewCore {
            } else if (mViewportWidth > 0) {
                width = Math.max(w, mViewportWidth);
            } else {
                width = Math.max(w, textwrapWidth);
                width = textwrapWidth;
            }
        }
        nativeSetSize(width, width == w ? h : Math.round((float) width * h / w),