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 |