| Index: content/common/content_param_traits_macros.h
|
| ===================================================================
|
| --- content/common/content_param_traits_macros.h (revision 245386)
|
| +++ content/common/content_param_traits_macros.h (working copy)
|
| @@ -12,6 +12,7 @@
|
| #include "ipc/ipc_message_macros.h"
|
| #include "third_party/WebKit/public/web/WebContentSecurityPolicy.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| +#include "third_party/WebKit/public/web/WebPageVisibilityState.h"
|
| #include "ui/events/latency_info.h"
|
| #include "webkit/common/resource_type.h"
|
|
|
| @@ -21,6 +22,7 @@
|
| IPC_ENUM_TRAITS(ResourceType::Type)
|
| IPC_ENUM_TRAITS(blink::WebContentSecurityPolicyType)
|
| IPC_ENUM_TRAITS(blink::WebInputEvent::Type)
|
| +IPC_ENUM_TRAITS(blink::WebPageVisibilityState)
|
| IPC_ENUM_TRAITS(ui::LatencyComponentType)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo::LatencyComponent)
|
|
|