Merge "DO NOT MERGE" into eclair

This commit is contained in:
Grace Kloba
2010-01-14 19:28:55 -08:00
committed by Android (Google) Code Review

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