diff options
author | Shimeng (Simon) Wang <swang@google.com> | 2011-01-11 10:55:22 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-11 10:55:22 -0800 |
commit | 6208484f422c0d4c3008eb2f78f2fbd8db5982a1 (patch) | |
tree | 5813e320016311eb9c7866a99c48957b74c51a27 /WebKit/android/jni/WebViewCore.h | |
parent | 2652d9bc7b047c80081467b671ba16559a5e3069 (diff) | |
parent | c4683829d0d4932156a97ce14ea15deed71bf21d (diff) | |
download | external_webkit-6208484f422c0d4c3008eb2f78f2fbd8db5982a1.zip external_webkit-6208484f422c0d4c3008eb2f78f2fbd8db5982a1.tar.gz external_webkit-6208484f422c0d4c3008eb2f78f2fbd8db5982a1.tar.bz2 |
Merge "Use float to preserve scales' accuracy." into honeycomb
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r-- | WebKit/android/jni/WebViewCore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h index fa474ce..ae5a65f 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -207,7 +207,7 @@ namespace android { * Notify the view to restore the screen width, which in turn restores * the scale. Also restore the scale for the text wrap. */ - void restoreScale(int scale, int textWrapScale); + void restoreScale(float scale, float textWrapScale); /** * Tell the java side to update the focused textfield |