From bf16ddc110ef3fde2cfa1ae43ab31d993377981d Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Tue, 8 Dec 2009 16:59:46 -0500 Subject: Pass a message to move the focus when user hits "Next". Directly move the focus rather than passing a click. Fixes http://b/issue?id=2292683 Requires a change to frameworks/base --- WebKit/android/jni/WebViewCore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'WebKit/android/jni/WebViewCore.h') diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h index e3c9b51..09f02a5 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -250,6 +250,7 @@ namespace android { // Create a set of pictures to represent the drawn DOM, driven by // the invalidated region and the time required to draw (used to draw) void recordPictureSet(PictureSet* master); + void moveFocus(WebCore::Frame* frame, WebCore::Node* node); void moveMouse(WebCore::Frame* frame, int x, int y); void moveMouseIfLatest(int moveGeneration, WebCore::Frame* frame, int x, int y); -- cgit v1.1