summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/nav/SelectText.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-10-24 16:49:45 -0700
committerJohn Reck <jreck@google.com>2011-10-25 16:47:20 -0700
commit0bab4025aed8786cb8307d2eede87f7f21cc0d65 (patch)
tree5ea4ae882b5152d45b45f0697546dba4930e9173 /Source/WebKit/android/nav/SelectText.h
parentc0fb399b4644c319c15e0a6a7e0f6c29917d9099 (diff)
downloadexternal_webkit-0bab4025aed8786cb8307d2eede87f7f21cc0d65.zip
external_webkit-0bab4025aed8786cb8307d2eede87f7f21cc0d65.tar.gz
external_webkit-0bab4025aed8786cb8307d2eede87f7f21cc0d65.tar.bz2
DO NOT MERGE Adjust text selection position
Bug: 5507800 Change-Id: Icfcfdb9ff019fac7e3e40df679723594fab15dc6
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 b1e1f11..e5f7f59 100644
--- a/Source/WebKit/android/nav/SelectText.h
+++ b/Source/WebKit/android/nav/SelectText.h
@@ -57,7 +57,7 @@ public:
void setExtendSelection(bool extend) { m_extendSelection = extend; }
bool startSelection(const CachedRoot* , const IntRect& vis, int x, int y);
bool wordSelection(const CachedRoot* , const IntRect& vis, int x, int y);
- void getSelectionRegion(const IntRect& vis, SkRegion *region);
+ void getSelectionRegion(const IntRect& vis, SkRegion *region, LayerAndroid* root);
void updateHandleScale(float handleScale);
public:
float m_inverseScale; // inverse scale, x, y used for drawing select path