| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f8518839398216a5fe9cef08691ef9e3e4c3809e..2604a272c196789a574e6e37430e61d6c81b9d66 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -124,6 +124,7 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(WebKit::WebScreenInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(verticalDPI)
|
| IPC_STRUCT_TRAITS_MEMBER(horizontalDPI)
|
| + IPC_STRUCT_TRAITS_MEMBER(deviceScaleFactor)
|
| IPC_STRUCT_TRAITS_MEMBER(depth)
|
| IPC_STRUCT_TRAITS_MEMBER(depthPerComponent)
|
| IPC_STRUCT_TRAITS_MEMBER(isMonochrome)
|
|
|