summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index 89cdc8a..176e1bf 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -261,6 +261,9 @@ namespace android {
WTF::String retrieveAnchorText(WebCore::Frame* frame, WebCore::Node* node);
WTF::String requestLabel(WebCore::Frame* , WebCore::Node* );
+ // If the focus is a textfield (<input>), textarea, or contentEditable,
+ // scroll the selection on screen (if necessary).
+ void revealSelection();
// Create a single picture to represent the drawn DOM (used by navcache)
void recordPicture(SkPicture* picture);