am d1019a99: Merge "DO NOT MERGE" into eclair
Merge commit 'd1019a99f9b458a4129e047c96de7192a61e5e99' into eclair-plus-aosp * commit 'd1019a99f9b458a4129e047c96de7192a61e5e99': DO NOT MERGE
This commit is contained in:
@@ -1518,7 +1518,7 @@ final class WebViewCore {
|
|||||||
} else if (mViewportWidth > 0) {
|
} else if (mViewportWidth > 0) {
|
||||||
width = Math.max(w, mViewportWidth);
|
width = Math.max(w, mViewportWidth);
|
||||||
} else {
|
} else {
|
||||||
width = Math.max(w, textwrapWidth);
|
width = textwrapWidth;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nativeSetSize(width, width == w ? h : Math.round((float) width * h / w),
|
nativeSetSize(width, width == w ? h : Math.round((float) width * h / w),
|
||||||
|
|||||||
Reference in New Issue
Block a user