diff options
| author | Leon Scroggins <scroggo@google.com> | 2010-01-08 16:22:09 -0500 |
|---|---|---|
| committer | Leon Scroggins <scroggo@google.com> | 2010-01-11 09:24:33 -0500 |
| commit | d485d47cbb03ae8cbe9d96bc54a5cb83ee80570e (patch) | |
| tree | 5e934f3a8b209c85386bc62826de0fe9249a0066 /WebKit/android/jni/WebViewCore.h | |
| parent | ee0e4a35152a822ebac039808db1a4c33f02f7ee (diff) | |
| download | external_webkit-d485d47cbb03ae8cbe9d96bc54a5cb83ee80570e.zip external_webkit-d485d47cbb03ae8cbe9d96bc54a5cb83ee80570e.tar.gz external_webkit-d485d47cbb03ae8cbe9d96bc54a5cb83ee80570e.tar.bz2 | |
Bring up the IME after receiving a response from webkit.
Fix for http://b/issue?id=2361658
Requires a change to frameworks/base.
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 912b8e6..9c9c510 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -379,7 +379,7 @@ namespace android { void needTouchEvents(bool); // Notify the Java side that webkit is requesting a keyboard - void requestKeyboard(bool); + void requestKeyboard(bool showKeyboard, bool isTextView); // Generates a class loader that contains classes from the plugin's apk jclass getPluginClass(const WebCore::String& libName, const char* className); |
