summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/SelectText.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/nav/SelectText.h')
-rw-r--r--WebKit/android/nav/SelectText.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/nav/SelectText.h b/WebKit/android/nav/SelectText.h
index 8f4747f..3b15c0b 100644
--- a/WebKit/android/nav/SelectText.h
+++ b/WebKit/android/nav/SelectText.h
@@ -27,6 +27,7 @@
#define SELECT_TEXT_H
#include "DrawExtra.h"
+#include "IntPoint.h"
#include "IntRect.h"
#include "PlatformString.h"
#include "SkPath.h"
@@ -48,6 +49,7 @@ public:
bool hitSelection(int x, int y) const;
void moveSelection(const IntRect& vis, int x, int y);
void reset();
+ IntPoint selectableText(const CachedRoot* );
void selectAll();
int selectionX() const;
int selectionY() const;