summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-06-04 11:29:05 -0700
committerGeorge Mount <mount@google.com>2012-06-04 12:27:10 -0700
commit1c50a7a736d9e611f0e0bab73cb1809b3e6f0dfb (patch)
treed1a4682a72499182992b2830d06c35fe31b0ae69 /Source/WebKit/android/jni/WebViewCore.h
parent2d66db6bf0f6f3687361cce7d9280de47ed591ee (diff)
downloadexternal_webkit-1c50a7a736d9e611f0e0bab73cb1809b3e6f0dfb.zip
external_webkit-1c50a7a736d9e611f0e0bab73cb1809b3e6f0dfb.tar.gz
external_webkit-1c50a7a736d9e611f0e0bab73cb1809b3e6f0dfb.tar.bz2
Support selections within scrollable text areas.
Bug 6557816 Change text selection to modify only the base or extent, not both points of the selection. Framework Change: I355b21e9062b5d364cfb278fda239a4ecdff16d1 Change-Id: I9a08633160eeb14d5c45246c6128aa02c1642e8d
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