summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/nav/SelectText.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-11-15 11:53:29 -0800
committerJohn Reck <jreck@google.com>2011-11-15 11:53:43 -0800
commit292448625cf74fa0cbb6776572d5b116d2e7eb15 (patch)
tree03b9a16007951640a6f210cd1d1e2076c46ffe70 /Source/WebKit/android/nav/SelectText.h
parent61a908361c8a96eeb70afdb5430e89845edb2bdd (diff)
downloadexternal_webkit-292448625cf74fa0cbb6776572d5b116d2e7eb15.zip
external_webkit-292448625cf74fa0cbb6776572d5b116d2e7eb15.tar.gz
external_webkit-292448625cf74fa0cbb6776572d5b116d2e7eb15.tar.bz2
Fix text selection handle positioning
Bug: 5620362 Change-Id: Ic75ba855b5b86f8b0c3a21ee5dcbcc92b0dc982a
Diffstat (limited to 'Source/WebKit/android/nav/SelectText.h')
-rw-r--r--Source/WebKit/android/nav/SelectText.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/nav/SelectText.h b/Source/WebKit/android/nav/SelectText.h
index 4abf378..b454b8e 100644
--- a/Source/WebKit/android/nav/SelectText.h
+++ b/Source/WebKit/android/nav/SelectText.h
@@ -59,7 +59,7 @@ public:
bool wordSelection(const CachedRoot* , const IntRect& vis, int x, int y);
void getSelectionRegion(const IntRect& vis, SkRegion *region, LayerAndroid* root);
void updateHandleScale(float handleScale);
- void getSelectionHandles(int* handles);
+ void getSelectionHandles(int* handles, LayerAndroid* root);
public:
float m_inverseScale; // inverse scale, x, y used for drawing select path
int m_selectX;