summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-04-11 16:03:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-11 16:03:52 -0700
commit8266295cc837f73c2bcfbcca3f8b330d4991fc0e (patch)
tree7c746380be98c4b9eb29d323f6d17e2528b01fe5 /Source/WebKit/android/jni/WebViewCore.h
parente277b19cbb1c0f76e2dd6b9c77c9875628496393 (diff)
parent3d7cd084287f1dbc9fee600bf72af88c588a6429 (diff)
downloadexternal_webkit-8266295cc837f73c2bcfbcca3f8b330d4991fc0e.zip
external_webkit-8266295cc837f73c2bcfbcca3f8b330d4991fc0e.tar.gz
external_webkit-8266295cc837f73c2bcfbcca3f8b330d4991fc0e.tar.bz2
Merge "New touch input support"
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index d3f0e18..00b4bda 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -350,6 +350,11 @@ namespace android {
WebCore::Node* node, int x, int y);
/**
+ * Clicks the mouse at its current location
+ */
+ bool performMouseClick();
+
+ /**
* Sets the index of the label from a popup
*/
void popupReply(int index);