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

Unified Diff: Source/platform/ContextMenuItem.h

Issue 78513004: Move ContextMenu* files from core/ to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/platform/ContextMenuItem.h
diff --git a/Source/core/platform/ContextMenuItem.h b/Source/platform/ContextMenuItem.h
similarity index 97%
rename from Source/core/platform/ContextMenuItem.h
rename to Source/platform/ContextMenuItem.h
index 67cc7c4e61ba58c7ced15a30dc9bce41ce8e3ab2..a3bf8533d609562ff69cb4dca1fc36807b4f81c2 100644
--- a/Source/core/platform/ContextMenuItem.h
+++ b/Source/platform/ContextMenuItem.h
@@ -27,6 +27,7 @@
#ifndef ContextMenuItem_h
#define ContextMenuItem_h
+#include "platform/PlatformExport.h"
#include "wtf/OwnPtr.h"
#include "wtf/text/WTFString.h"
@@ -47,7 +48,7 @@ namespace WebCore {
SubmenuType
};
- class ContextMenuItem {
+ class PLATFORM_EXPORT ContextMenuItem {
WTF_MAKE_FAST_ALLOCATED;
public:
ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu* subMenu = 0);

Powered by Google App Engine
This is Rietveld 408576698