| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 257cdc13c06a2038bb4caf16da65c624845a1a88..9616ef5e62609db5c8c1285a43ced2fedbbf208b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -147,6 +147,8 @@ IPC_STRUCT_TRAITS_BEGIN(WebKit::WebRect)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(WebKit::WebScreenInfo)
|
| + IPC_STRUCT_TRAITS_MEMBER(verticalDPI)
|
| + IPC_STRUCT_TRAITS_MEMBER(horizontalDPI)
|
| IPC_STRUCT_TRAITS_MEMBER(depth)
|
| IPC_STRUCT_TRAITS_MEMBER(depthPerComponent)
|
| IPC_STRUCT_TRAITS_MEMBER(isMonochrome)
|
|
|