| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index a9811c4688d617aefb49d08736e60729baab8668..9295b30041540d70d006aedd6533654a82a76038 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -18,10 +18,12 @@
|
| #include "ipc/ipc_message_macros.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/base/request_priority.h"
|
| +#include "third_party/WebKit/public/platform/WebFocusType.h"
|
| #include "third_party/WebKit/public/platform/WebPoint.h"
|
| #include "third_party/WebKit/public/platform/WebRect.h"
|
| #include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
|
| #include "third_party/WebKit/public/platform/WebURLRequest.h"
|
| +#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| #include "third_party/WebKit/public/web/WebWindowFeatures.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/accessibility/ax_tree_update.h"
|
| @@ -42,6 +44,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::ConsoleMessageLevel,
|
| content::CONSOLE_MESSAGE_LEVEL_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::SecurityStyle,
|
| content::SECURITY_STYLE_LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(blink::WebFocusType, blink::WebFocusTypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebReferrerPolicy,
|
| blink::WebReferrerPolicyLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(content::EditingBehavior,
|
| @@ -255,4 +258,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(ui::AXIntListAttribute,
|
| ui::AX_INT_LIST_ATTRIBUTE_LAST)
|
| IPC_ENUM_TRAITS_MAX_VALUE(ui::AXStringAttribute, ui::AX_STRING_ATTRIBUTE_LAST)
|
|
|
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebInputEvent::Type,
|
| + blink::WebInputEvent::TypeFirst,
|
| + blink::WebInputEvent::TypeLast)
|
| +
|
| #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
|
|
|