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

Unified Diff: content/common/view_messages.h

Issue 19761007: Move NPAPI implementation out of webkit/plugins/npapi and into content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 7 years, 5 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: content/common/view_messages.h
===================================================================
--- content/common/view_messages.h (revision 212369)
+++ content/common/view_messages.h (working copy)
@@ -18,6 +18,7 @@
#include "content/common/navigation_gesture.h"
#include "content/common/pepper_renderer_instance_data.h"
#include "content/common/view_message_enums.h"
+#include "content/common/webplugin_geometry.h"
#include "content/port/common/input_event_ack_state.h"
#include "content/public/common/common_param_traits.h"
#include "content/public/common/context_menu_params.h"
@@ -59,7 +60,6 @@
#include "ui/gfx/vector2d.h"
#include "ui/gfx/vector2d_f.h"
#include "ui/shell_dialogs/selected_file_info.h"
-#include "webkit/plugins/npapi/webplugin.h"
#if defined(OS_MACOSX)
#include "content/common/mac/font_descriptor.h"
@@ -280,7 +280,7 @@
IPC_STRUCT_TRAITS_MEMBER(session)
IPC_STRUCT_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(webkit::npapi::WebPluginGeometry)
+IPC_STRUCT_TRAITS_BEGIN(content::WebPluginGeometry)
IPC_STRUCT_TRAITS_MEMBER(window)
IPC_STRUCT_TRAITS_MEMBER(window_rect)
IPC_STRUCT_TRAITS_MEMBER(clip_rect)
@@ -555,7 +555,7 @@
IPC_STRUCT_MEMBER(gfx::Size, view_size)
// New window locations for plugin child windows.
- IPC_STRUCT_MEMBER(std::vector<webkit::npapi::WebPluginGeometry>,
+ IPC_STRUCT_MEMBER(std::vector<content::WebPluginGeometry>,
plugin_window_moves)
// The following describes the various bits that may be set in flags:

Powered by Google App Engine
This is Rietveld 408576698