| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 158377)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -8,6 +8,7 @@
|
| #include "base/process.h"
|
| #include "base/shared_memory.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/common/content_param_traits.h"
|
| #include "content/common/css_colors.h"
|
| #include "content/common/edit_command.h"
|
| #include "content/common/navigation_gesture.h"
|
| @@ -21,7 +22,6 @@
|
| #include "content/public/common/referrer.h"
|
| #include "content/public/common/renderer_preferences.h"
|
| #include "content/public/common/stop_find_action.h"
|
| -#include "content/public/common/webkit_param_traits.h"
|
| #include "content/public/common/window_container_type.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -38,6 +38,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginAction.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h"
|
| #include "ui/base/dialogs/selected_file_info.h"
|
| #include "ui/base/ime/text_input_type.h"
|
| #include "ui/base/range/range.h"
|
| @@ -118,18 +119,6 @@
|
| IPC_STRUCT_TRAITS_MEMBER(enable)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(WebKit::WebPoint)
|
| - IPC_STRUCT_TRAITS_MEMBER(x)
|
| - IPC_STRUCT_TRAITS_MEMBER(y)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| -IPC_STRUCT_TRAITS_BEGIN(WebKit::WebRect)
|
| - IPC_STRUCT_TRAITS_MEMBER(x)
|
| - IPC_STRUCT_TRAITS_MEMBER(y)
|
| - IPC_STRUCT_TRAITS_MEMBER(width)
|
| - IPC_STRUCT_TRAITS_MEMBER(height)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(WebKit::WebFloatPoint)
|
| IPC_STRUCT_TRAITS_MEMBER(x)
|
| IPC_STRUCT_TRAITS_MEMBER(y)
|
|
|