summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/nav/SelectText.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-11-15 14:25:20 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-15 14:25:20 -0800
commitd5940d193c17019f3fd46bc6ff49c2196149824e (patch)
treee6f0c8561eb6424cb961a671011d8ee6cade4700 /Source/WebKit/android/nav/SelectText.h
parentee7bd5a65f850002be39285071d02e89db600a2d (diff)
parent292448625cf74fa0cbb6776572d5b116d2e7eb15 (diff)
downloadexternal_webkit-d5940d193c17019f3fd46bc6ff49c2196149824e.zip
external_webkit-d5940d193c17019f3fd46bc6ff49c2196149824e.tar.gz
external_webkit-d5940d193c17019f3fd46bc6ff49c2196149824e.tar.bz2
am 29244862: Fix text selection handle positioning
* commit '292448625cf74fa0cbb6776572d5b116d2e7eb15': Fix text selection handle positioning
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;