summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/nav/SelectText.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-09-01 08:43:25 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-01 08:43:25 -0700
commited544a3dc0117e0f1e554b44016cd6031dbc2fb5 (patch)
treee578f99b7972c9322133b57ca3238ee0473b1fde /Source/WebKit/android/nav/SelectText.h
parent192378c6d8e50b07babbe3bd14d304b70e0aea4d (diff)
parent8111ace8860f79c6b7ece2c408a3f80a0762b09b (diff)
downloadexternal_webkit-ed544a3dc0117e0f1e554b44016cd6031dbc2fb5.zip
external_webkit-ed544a3dc0117e0f1e554b44016cd6031dbc2fb5.tar.gz
external_webkit-ed544a3dc0117e0f1e554b44016cd6031dbc2fb5.tar.bz2
Merge "Allow native to query selection region"
Diffstat (limited to 'Source/WebKit/android/nav/SelectText.h')
-rw-r--r--Source/WebKit/android/nav/SelectText.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/nav/SelectText.h b/Source/WebKit/android/nav/SelectText.h
index de577ac..272cfd1 100644
--- a/Source/WebKit/android/nav/SelectText.h
+++ b/Source/WebKit/android/nav/SelectText.h
@@ -57,6 +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);
public:
float m_inverseScale; // inverse scale, x, y used for drawing select path
int m_selectX;