diff options
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 |