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

Unified Diff: webkit/port/platform/chromium/ContextMenuChromium.cpp

Issue 7419: Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « webkit/port/platform/WidgetWin.cpp ('k') | webkit/port/platform/chromium/ContextMenuItemChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/chromium/ContextMenuChromium.cpp
===================================================================
--- webkit/port/platform/chromium/ContextMenuChromium.cpp (revision 0)
+++ webkit/port/platform/chromium/ContextMenuChromium.cpp (working copy)
@@ -26,12 +26,6 @@
#include "config.h"
#include "ContextMenu.h"
-#include "CString.h"
-#include "Document.h"
-#include "Frame.h"
-#include "FrameView.h"
-#include "Node.h"
-
namespace WebCore {
// This is a stub implementation of WebKit's ContextMenu class that does
@@ -66,11 +60,6 @@
{
}
-static ContextMenuItem* contextMenuItemByIdOrPosition(HMENU menu, unsigned id, BOOL byPosition)
-{
- return 0;
-}
-
ContextMenuItem* ContextMenu::itemWithAction(unsigned action)
{
return 0;
@@ -81,16 +70,16 @@
return 0;
}
-void ContextMenu::setPlatformDescription(HMENU menu)
+void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
{
}
-HMENU ContextMenu::platformDescription() const
+PlatformMenuDescription ContextMenu::platformDescription() const
{
return m_platformDescription;
}
-HMENU ContextMenu::releasePlatformDescription()
+PlatformMenuDescription ContextMenu::releasePlatformDescription()
{
return 0;
}
Property changes on: webkit\port\platform\chromium\ContextMenuChromium.cpp
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/webkit/port/platform/ContextMenuWin.cpp:r69-2775
« no previous file with comments | « webkit/port/platform/WidgetWin.cpp ('k') | webkit/port/platform/chromium/ContextMenuItemChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698