Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1528153004: Look Up on Force Touch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « third_party/WebKit/Source/core/editing/SelectionController.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698