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

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

Issue 2024323002: Fixing Regression Bug where context menu doesn't appear on long press (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 8d2fa3d809d26d7fd7aab7c75046987c5b3b2161..63c1489860b4ff5a4063ff95eb32605e313fb578 100644
--- a/third_party/WebKit/Source/web/ContextMenuClientImpl.h
+++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.h
@@ -46,6 +46,7 @@ public:
void clearContextMenu() override;
private:
void populateCustomMenuItems(const ContextMenu*, WebContextMenuData*);
+ bool shouldShowContextMenuFromTouch(const blink::WebContextMenuData&);
WebViewImpl* m_webView;
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.in ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698