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:
Grace Kloba
2010-01-14 19:32:39 -08:00
committed by Android Git Automerger

View File

@@ -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),