Chromium Code Reviews| 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..1956f397122a2d9aa96f95313ad9376cf934d4ce 100644 |
| --- a/content/common/content_param_traits_macros.h |
| +++ b/content/common/content_param_traits_macros.h |
| @@ -28,8 +28,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 +36,6 @@ 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() |
| +#include "ui/events/latency_info_param_traits_macros.h" |
|
piman
2014/05/12 22:10:36
include at the top
|
| #endif // CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_ |