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

Unified Diff: Source/WebKit/chromium/src/ContextMenuClientImpl.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
Index: Source/WebKit/chromium/src/ContextMenuClientImpl.h
diff --git a/Source/WebKit/chromium/src/ContextMenuClientImpl.h b/Source/WebKit/chromium/src/ContextMenuClientImpl.h
index 97ea967afad2f8ebaf3a9fa35c38206f17dd0d55..f9f3ef8a59f935f05e696c691331ca5204c1baa3 100644
--- a/Source/WebKit/chromium/src/ContextMenuClientImpl.h
+++ b/Source/WebKit/chromium/src/ContextMenuClientImpl.h
@@ -44,9 +44,9 @@ public:
virtual ~ContextMenuClientImpl() {}
virtual void copyImageToClipboard(const WebCore::HitTestResult&) {}
virtual void contextMenuDestroyed() {}
- virtual void contextMenuItemSelected(WebCore::ContextMenuItem*, const WebCore::ContextMenu*) {}
+ virtual void contextMenuItemSelected(const WebCore::ContextMenuItem*, const WebCore::ContextMenu*) {}
virtual void downloadURL(const WebCore::KURL&) {}
- virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
+ virtual PassOwnPtr<WebCore::ContextMenu> customizeMenu(PassOwnPtr<WebCore::ContextMenu>);
virtual bool isSpeaking() { return false; }
virtual void lookUpInDictionary(WebCore::Frame*) {}
virtual void searchWithGoogle(const WebCore::Frame*) {}
« no previous file with comments | « Source/WebCore/platform/chromium/ContextMenuItemChromium.cpp ('k') | Source/WebKit/chromium/src/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698