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

Unified Diff: webkit/port/platform/chromium/ContextMenuItemChromium.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
Index: webkit/port/platform/chromium/ContextMenuItemChromium.cpp
===================================================================
--- webkit/port/platform/chromium/ContextMenuItemChromium.cpp (revision 0)
+++ webkit/port/platform/chromium/ContextMenuItemChromium.cpp (working copy)
@@ -28,14 +28,12 @@
#include "ContextMenu.h"
-#include "CString.h"
-
namespace WebCore {
// This is a stub implementation of WebKit's ContextMenu class that does
// nothing.
-ContextMenuItem::ContextMenuItem(LPMENUITEMINFO item)
+ContextMenuItem::ContextMenuItem(PlatformMenuItemDescription item)
{
}
@@ -51,7 +49,7 @@
{
}
-LPMENUITEMINFO ContextMenuItem::releasePlatformDescription()
+PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
{
return 0;
}
Property changes on: webkit\port\platform\chromium\ContextMenuItemChromium.cpp
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/webkit/port/platform/ContextMenuItemWin.cpp:r69-2775
« no previous file with comments | « webkit/port/platform/chromium/ContextMenuChromium.cpp ('k') | webkit/port/platform/chromium/CursorChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698