Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index 9288a7fc621b5ae2f7b959ac7c3b368ccb018ec4..8f910d4cf9c59fb24dbb6c454f30bf7da510b02f 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -233,6 +233,7 @@ public: |
WebHitTestResult hitTestResultForTap(const WebPoint&, const WebSize&) override; |
void copyImageAt(const WebPoint&) override; |
void saveImageAt(const WebPoint&) override; |
+ bool selectWordIfAnyAt(const WebPoint&) override; |
yosin_UTC9
2016/01/07 08:47:02
Can we use WebFrame::moveCaretSelection(const WebP
|
void dragSourceEndedAt( |
const WebPoint& clientPoint, |
const WebPoint& screenPoint, |