Merge "DO NOT MERGE" into eclair
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user