Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index e21137b4c3feeb12ea0c643178fc761c5f133e8d..b24925c1b9f1aa75b0e148e3f2b1f8eea0cfaaac 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -342,6 +342,10 @@ public: |
// WebView (if there is such an image) |
virtual void saveImageAt(const WebPoint&) = 0; |
+ // Selects the word at a particular point in the WebView if available. |
+ // Returns true if a word has been selected. |
+ virtual bool selectWordIfAnyAt(const WebPoint&) = 0; |
+ |
// Notifies the WebView that a drag has terminated. |
virtual void dragSourceEndedAt( |
const WebPoint& clientPoint, const WebPoint& screenPoint, |