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

Unified Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 18281002: Move WebDropData to content::DropData and split off conversion function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build error. Created 7 years, 6 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 | « content/browser/web_contents/web_drag_source_mac_unittest.mm ('k') | content/common/drag_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/browser_plugin/browser_plugin_messages.h
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
index 1be808e01b29e296bac3797e346eb564b31624e9..9870a7ef25d096db5e364bb528b693a37bc5b17d 100644
--- a/content/common/browser_plugin/browser_plugin_messages.h
+++ b/content/common/browser_plugin/browser_plugin_messages.h
@@ -17,6 +17,7 @@
#include "content/common/content_param_traits.h"
#include "content/common/edit_command.h"
#include "content/public/common/common_param_traits.h"
+#include "content/public/common/drop_data.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_message_utils.h"
@@ -25,7 +26,6 @@
#include "ui/gfx/point.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
-#include "webkit/common/webdropdata.h"
#include "webkit/common/cursors/webcursor.h"
#undef IPC_MESSAGE_EXPORT
@@ -241,7 +241,7 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetVisibility,
IPC_MESSAGE_ROUTED5(BrowserPluginHostMsg_DragStatusUpdate,
int /* instance_id */,
WebKit::WebDragStatus /* drag_status */,
- WebDropData /* drop_data */,
+ content::DropData /* drop_data */,
WebKit::WebDragOperationsMask /* operation_mask */,
gfx::Point /* plugin_location */)
« no previous file with comments | « content/browser/web_contents/web_drag_source_mac_unittest.mm ('k') | content/common/drag_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698