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

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

Issue 1986783002: Text selected with double-tap should not cause vibration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added description of return value of showContextMenu Created 4 years, 7 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/ContextMenuClientImpl.h
diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.h b/third_party/WebKit/Source/web/ContextMenuClientImpl.h
index f9b2f5b6c989b5df986b16cbf7c7e752885405d9..8d2fa3d809d26d7fd7aab7c75046987c5b3b2161 100644
--- a/third_party/WebKit/Source/web/ContextMenuClientImpl.h
+++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.h
@@ -42,7 +42,7 @@ class ContextMenuClientImpl final : public ContextMenuClient {
public:
explicit ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) { }
~ContextMenuClientImpl() override {}
- void showContextMenu(const ContextMenu*) override;
+ bool showContextMenu(const ContextMenu*, bool fromTouch) override;
void clearContextMenu() override;
private:
void populateCustomMenuItems(const ContextMenu*, WebContextMenuData*);
« no previous file with comments | « third_party/WebKit/Source/core/page/ContextMenuController.cpp ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698