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

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: Removed the platform macros 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..313ba1517c216f657a9ff3d176d714fd5b4ae858 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) override;
aelias_OOO_until_Jul13 2016/05/19 02:25:21 The meaning of this boolean is nonobvious, so it s
amaralp 2016/05/19 18:21:09 Done.
void clearContextMenu() override;
private:
void populateCustomMenuItems(const ContextMenu*, WebContextMenuData*);

Powered by Google App Engine
This is Rietveld 408576698