summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorShimeng (Simon) Wang <swang@google.com>2011-01-11 10:55:22 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-11 10:55:22 -0800
commit6208484f422c0d4c3008eb2f78f2fbd8db5982a1 (patch)
tree5813e320016311eb9c7866a99c48957b74c51a27 /WebKit/android/jni/WebViewCore.h
parent2652d9bc7b047c80081467b671ba16559a5e3069 (diff)
parentc4683829d0d4932156a97ce14ea15deed71bf21d (diff)
downloadexternal_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.h2
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