diff options
author | John Reck <jreck@google.com> | 2011-09-01 08:43:25 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-01 08:43:25 -0700 |
commit | ed544a3dc0117e0f1e554b44016cd6031dbc2fb5 (patch) | |
tree | e578f99b7972c9322133b57ca3238ee0473b1fde /Source/WebKit/android/nav/SelectText.h | |
parent | 192378c6d8e50b07babbe3bd14d304b70e0aea4d (diff) | |
parent | 8111ace8860f79c6b7ece2c408a3f80a0762b09b (diff) | |
download | external_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.h | 1 |
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; |