diff options
Diffstat (limited to 'Source/WebKit/android/nav/SelectText.h')
-rw-r--r-- | Source/WebKit/android/nav/SelectText.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/android/nav/SelectText.h b/Source/WebKit/android/nav/SelectText.h index e5f7f59..4abf378 100644 --- a/Source/WebKit/android/nav/SelectText.h +++ b/Source/WebKit/android/nav/SelectText.h @@ -59,6 +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); public: float m_inverseScale; // inverse scale, x, y used for drawing select path int m_selectX; @@ -66,6 +67,7 @@ public: private: int m_controlWidth; int m_controlHeight; + int m_controlSlop; class FirstCheck; class EdgeCheck; void drawSelectionPointer(SkCanvas* , IntRect* ); |