| Index: content/common/content_param_traits_macros.h
|
| diff --git a/content/common/content_param_traits_macros.h b/content/common/content_param_traits_macros.h
|
| index 633c14ce3fd793dfcfcb59e2e564e76af3145bfd..ebb83483e3eb77a70e26c60d5bc9aaeed9ed8394 100644
|
| --- a/content/common/content_param_traits_macros.h
|
| +++ b/content/common/content_param_traits_macros.h
|
| @@ -14,7 +14,6 @@
|
| #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"
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
| @@ -28,8 +27,6 @@ IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebInputEvent::Type,
|
| blink::WebInputEvent::TypeLast)
|
| IPC_ENUM_TRAITS_MAX_VALUE(blink::WebPageVisibilityState,
|
| blink::WebPageVisibilityStateLast)
|
| -IPC_ENUM_TRAITS_MAX_VALUE(ui::LatencyComponentType,
|
| - ui::LATENCY_COMPONENT_TYPE_LAST)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(blink::WebCompositionUnderline)
|
| IPC_STRUCT_TRAITS_MEMBER(startOffset)
|
| @@ -38,16 +35,4 @@ IPC_STRUCT_TRAITS_BEGIN(blink::WebCompositionUnderline)
|
| IPC_STRUCT_TRAITS_MEMBER(thick)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo::LatencyComponent)
|
| - IPC_STRUCT_TRAITS_MEMBER(sequence_number)
|
| - IPC_STRUCT_TRAITS_MEMBER(event_time)
|
| - IPC_STRUCT_TRAITS_MEMBER(event_count)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| -IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo)
|
| - IPC_STRUCT_TRAITS_MEMBER(latency_components)
|
| - IPC_STRUCT_TRAITS_MEMBER(trace_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(terminated)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| #endif // CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
|
|
|