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

Unified Diff: Source/WebCore/page/ContextMenuController.h

Issue 14185003: Use ContextMenu code path that was guarded by CROSS_PLATFORM_CONTEXT_MENU (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use ContextMenu code path that was guarded by CROSS_PLATFORM_CONTEXT_MENU Created 7 years, 8 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
« no previous file with comments | « Source/WebCore/page/ContextMenuClient.h ('k') | Source/WebCore/page/ContextMenuController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/ContextMenuController.h
diff --git a/Source/WebCore/page/ContextMenuController.h b/Source/WebCore/page/ContextMenuController.h
index 905bf3a52c782c7804870421138b1c9a1d910448..409910b06ac44209a5c793c0f1b8dd3a3302b253 100644
--- a/Source/WebCore/page/ContextMenuController.h
+++ b/Source/WebCore/page/ContextMenuController.h
@@ -59,7 +59,7 @@ namespace WebCore {
void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
void populate();
- void contextMenuItemSelected(ContextMenuItem*);
+ void contextMenuItemSelected(const ContextMenuItem*);
void addInspectElementItem();
void checkOrEnableIfNeeded(ContextMenuItem&) const;
« no previous file with comments | « Source/WebCore/page/ContextMenuClient.h ('k') | Source/WebCore/page/ContextMenuController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698