summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-06-04 14:48:27 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-04 14:48:27 -0700
commit2348a346744a3172d32faf2e03369596b9402071 (patch)
tree7c43a44a1c87fa98dc8eb76fd28433a4c87b93e6 /Source/WebKit/android/jni/WebViewCore.h
parentdcf207c3db53858c06cf054f06721370eba23c77 (diff)
parent1c50a7a736d9e611f0e0bab73cb1809b3e6f0dfb (diff)
downloadexternal_webkit-2348a346744a3172d32faf2e03369596b9402071.zip
external_webkit-2348a346744a3172d32faf2e03369596b9402071.tar.gz
external_webkit-2348a346744a3172d32faf2e03369596b9402071.tar.bz2
Merge "Support selections within scrollable text areas."
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index ac0f92c..2951ec1 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -580,7 +580,7 @@ namespace android {
int startX, int startY, int endX, int endY);
static int platformLayerIdFromNode(WebCore::Node* node,
WebCore::LayerAndroid** outLayer = 0);
- void selectText(int startX, int startY, int endX, int endY);
+ void selectText(SelectText::HandleId handleId, int x, int y);
bool selectWordAt(int x, int y);
// Converts from the global content coordinates that WebView sends