Loading core/java/android/webkit/WebViewCore.java +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading Loading
core/java/android/webkit/WebViewCore.java +1 −1 Original line number Diff line number Diff line Loading @@ -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), Loading