summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-04-13 12:42:54 -0700
committerJohn Reck <jreck@google.com>2012-04-13 13:09:58 -0700
commit8f05073be1549b39eaf2e0ff3b6fe0f8cae3afcd (patch)
tree795d2d3de25865ab0a9632c8a858fbcdd62c3ddb /Source/WebKit/android/jni/WebViewCore.h
parent6db940d5b0fdc1d28edd7851ed30885e5f7d0dc8 (diff)
downloadexternal_webkit-8f05073be1549b39eaf2e0ff3b6fe0f8cae3afcd.zip
external_webkit-8f05073be1549b39eaf2e0ff3b6fe0f8cae3afcd.tar.gz
external_webkit-8f05073be1549b39eaf2e0ff3b6fe0f8cae3afcd.tar.bz2
Set initial focus
Bug: 6108927 Change-Id: I150e75a7d1c0d971db03e407a58ba28acbd6283c
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index 82a65cf..eec98b0 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -321,6 +321,7 @@ namespace android {
bool key(const WebCore::PlatformKeyboardEvent& event);
bool chromeCanTakeFocus(WebCore::FocusDirection direction);
void chromeTakeFocus(WebCore::FocusDirection direction);
+ void setInitialFocus(const WebCore::PlatformKeyboardEvent& event);
/**
* Handle touch event